forked from platypush/platypush
Exclude tests
from pip installation.
This commit is contained in:
parent
5d1c8cf8e9
commit
91d1d33ab6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ setup(
|
|||
python_requires='>= 3.6',
|
||||
keywords="home-automation automation iot mqtt websockets redis dashboard notifications",
|
||||
url="https://platypush.tech",
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude=['tests']),
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
'platypush': [
|
||||
|
|
Loading…
Reference in a new issue