We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb97b6 commit a30b69dCopy full SHA for a30b69d
setup.py
@@ -60,7 +60,9 @@ def read(*rnames):
60
url="https://github.com/IdentityPython/djangosaml2",
61
download_url="https://pypi.org/project/djangosaml2/",
62
license="Apache 2.0",
63
- packages=find_packages(exclude=["tests", "djangosaml2.tests", "docs"]),
+ packages=find_packages(exclude=["tests", "tests.*",
64
+ "djangosaml2.tests", "djangosaml2.tests.*",
65
+ "docs", "docs.*"]),
66
include_package_data=True,
67
zip_safe=False,
68
install_requires=["defusedxml>=0.4.1", "Django>=4.2", "pysaml2>=6.5.1"],
0 commit comments