We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25d1ed commit e5d6a98Copy full SHA for e5d6a98
pyproject.toml
@@ -10,15 +10,14 @@ authors = [
10
{name = "Tucker Kern", email = "tuckkern@gmail.com"},
11
]
12
requires-python = ">=3.9"
13
-license = {text = "MIT"}
+license = "MIT"
14
classifiers = [
15
"Programming Language :: Python :: 3",
16
"Programming Language :: Python :: 3.9",
17
"Programming Language :: Python :: 3.10",
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
20
"Programming Language :: Python :: 3.13",
21
- "License :: OSI Approved :: MIT License",
22
"Operating System :: OS Independent",
23
"Topic :: Home Automation"
24
0 commit comments