Skip to content

Commit

Permalink
next attempt to add the correct exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelbeh committed Aug 9, 2021
1 parent 9cc915e commit 6101c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -49,7 +49,7 @@ def get_version_and_cmdclass(package_path):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
packages=find_packages(exclude("test","test.*")),
packages=find_packages(exclude=["test","test.*"]),
keywords="plant sensor bluetooth low-energy ble",
zip_safe=False,
install_requires=["btlewrap==0.0.10"],
Expand Down

0 comments on commit 6101c59

Please sign in to comment.