Skip to content

Commit ef55876

Browse files
committed
partial restore
1 parent 6d3947a commit ef55876

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,19 @@ dependencies = [
3131
"tomli_w>=1.0",
3232
"pydantic>=2.10.6,<3"
3333
]
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

Comments
 (0)