Skip to content

Commit ebc6d8c

Browse files
authored
Revert "update setup.py, exclude 'test' (#162)" (#164)
This reverts commit 225a920.
1 parent 225a920 commit ebc6d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_version_and_cmdclass(package_path):
4949
"Programming Language :: Python :: 3.7",
5050
"Programming Language :: Python :: 3.8",
5151
],
52-
packages=find_packages('test','test.*'),
52+
packages=find_packages(),
5353
keywords="plant sensor bluetooth low-energy ble",
5454
zip_safe=False,
5555
install_requires=["btlewrap==0.0.10"],

0 commit comments

Comments
 (0)