Add packaging to setup.py. hopefully.

This commit is contained in:
Ian McEwen
2024-03-19 12:20:35 -07:00
parent 486e13a93b
commit 5511871442

View File

@@ -44,6 +44,7 @@ setup(
"timeago>=1.0.15",
"pyyaml",
"bleak>=0.21.1",
"packaging",
],
extras_require={"tunnel": ["pytap2>=2.0.0"]},
python_requires=">=3.7",