diff --git a/setup.py b/setup.py index 1c6ddda..4aa459e 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ 'Topic :: Utilities', ], platforms="any", - packages=find_namespace_packages(where=".", exclude=["example", "tests"]), + packages=find_namespace_packages(where=".", exclude=("example.*", "example", "tests.*", "tests", "build*")), package_dir={"": "."}, include_package_data=False, install_requires=requires,