From 30229fca888273db25cd3cf172dada7b42b90a89 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Sun, 22 Jun 2025 14:10:08 -0700 Subject: [PATCH] add license to pyproject.yaml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3e7a3a9..dd5e8e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "python-smarttub" dynamic = ["version"] description = "API to query and control hot tubs using the SmartTub system" readme = "README.md" +license = {text = "MIT"} requires-python = ">=3.9" dependencies = [ "aiohttp>=3.9.1",