Skip to content

Commit 3f59020

Browse files
authored
add license to pyproject.yaml (#62)
1 parent d3546cd commit 3f59020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "python-smarttub"
33
dynamic = ["version"]
44
description = "API to query and control hot tubs using the SmartTub system"
55
readme = "README.md"
6+
license = {text = "MIT"}
67
requires-python = ">=3.9"
78
dependencies = [
89
"aiohttp>=3.9.1",

0 commit comments

Comments
 (0)