From 91d1d33ab6caab965485355c3a5cc14cb5e80513 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 3 May 2023 21:45:02 +0200 Subject: [PATCH] Exclude `tests` from pip installation. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce2cd7ad..85dc5187 100755 --- a/setup.py +++ b/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': [