Exclude `tests` from pip installation.

This commit is contained in:
Fabio Manganiello 2023-05-03 21:45:02 +02:00
parent 5d1c8cf8e9
commit 91d1d33ab6
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -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': [