diff --git a/setup.py b/setup.py index d25e98b..79d48c4 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def get_version_and_cmdclass(package_path): "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", ], - packages=find_packages(), + packages=find_packages(exclude=["test", "test.*"]), keywords="plant sensor bluetooth low-energy ble", zip_safe=False, install_requires=["btlewrap==0.0.10"],