diff --git a/setup.py b/setup.py index 6999dd8..6f58049 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,9 @@ def read(*rnames): url="https://github.com/IdentityPython/djangosaml2", download_url="https://pypi.org/project/djangosaml2/", license="Apache 2.0", - packages=find_packages(exclude=["tests", "tests.*"]), + packages=find_packages(exclude=["tests", "tests.*", + "djangosaml2.tests", "djangosaml2.tests.*", + "docs", "docs.*"]), include_package_data=True, zip_safe=False, install_requires=["defusedxml>=0.4.1", "Django>=4.2", "pysaml2>=6.5.1"],