We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dad28 commit 2cae2b3Copy full SHA for 2cae2b3
setup.py
@@ -19,7 +19,7 @@
19
'Programming Language :: Python :: 3.5'
20
'Programming Language :: Python :: 3.9'
21
],
22
- packages=find_packages('test', 'test.*'),
+ packages=find_packages(exclude=["test.*", "test"]),
23
install_requires=['btlewrap>=0.0.8'],
24
keywords='temperature and humidity sensor bluetooth low-energy ble',
25
zip_safe=False,
0 commit comments