diff --git a/setup.py b/setup.py index 2f2b482..5a45c12 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/exxamalte/python-geojson-client", - packages=find_packages(), + packages=find_packages(exclude=("tests*",)), classifiers=[ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6",