@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pyadtpulse"
7- version = " 1.1.2 "
7+ dynamic = [ " version " ]
88description =" Python interface for ADT Pulse security systems"
9- readme = " README.md"
10- author = " Ryan Snodgrass"
11- maintainer = " Robert Lippmann"
12- license = " Apache Software License "
13- install_requires = [" aiohttp>=3.8.1" , " uvloop>=0.17.0" , " beautifulsoup4>=4.11.1" ]
14- keywords = [" security system" , " adt" , " home automation" , " security alarm" ]
15- classifiers = [
9+ readme = " README.md"
10+ authors = [{ name = " Ryan Snodgrass" }]
11+ maintainers = [{ name = " Robert Lippmann" }]
12+ license = { file = " LICENSE.md " }
13+ dependencies = [" aiohttp>=3.8.1" , " uvloop>=0.17.0" , " beautifulsoup4>=4.11.1" ]
14+ keywords = [" security system" , " adt" , " home automation" , " security alarm" ]
15+ classifiers = [
1616 " Programming Language :: Python :: 3" ,
1717 " License :: OSI Approved :: Apache Software License" ,
1818 " Operating System :: OS Independent" ,
@@ -23,6 +23,9 @@ classifiers=[
2323"Source" = " https://github.com/rlippmann/pyadtpulse"
2424"Issues" = " https://github.com/rlippmann/pyadtpulse/issues"
2525
26+ [tool .setuptools .dynamic ]
27+ version = {attr = " pyadtpulse.const.__version__" }
28+
2629[tool .isort ]
2730profile = " black"
2831force_to_top = [ " logging" ]
0 commit comments