We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3947a commit ef55876Copy full SHA for ef55876
1 file changed
pyproject.toml
@@ -31,3 +31,19 @@ dependencies = [
31
"tomli_w>=1.0",
32
"pydantic>=2.10.6,<3"
33
]
34
+
35
+classifiers= [
36
+ "Development Status :: 5 - Production/Stable",
37
+ "Intended Audience :: Developers",
38
+ "Natural Language :: English",
39
+ "Programming Language :: Python :: 3.10",
40
+ "Programming Language :: Python :: 3.11",
41
+ "Programming Language :: Python :: 3.12",
42
+ "Topic :: Home Automation",
43
+ "Typing :: Typed"
44
+]
45
46
+[project.urls]
47
+documentation = "https://appdaemon.readthedocs.io"
48
+repository = "https://github.com/AppDaemon"
49
+changelog = "https://github.com/AppDaemon/appdaemon/blob/master/docs/HISTORY.rst"
0 commit comments