We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225a920 commit ebc6d8cCopy full SHA for ebc6d8c
setup.py
@@ -49,7 +49,7 @@ def get_version_and_cmdclass(package_path):
49
"Programming Language :: Python :: 3.7",
50
"Programming Language :: Python :: 3.8",
51
],
52
- packages=find_packages('test','test.*'),
+ packages=find_packages(),
53
keywords="plant sensor bluetooth low-energy ble",
54
zip_safe=False,
55
install_requires=["btlewrap==0.0.10"],
0 commit comments