We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23583e8 commit deb97b6Copy full SHA for deb97b6
setup.py
@@ -60,8 +60,7 @@ 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", "tests.*", "djangosaml2.tests",
64
- "djangosaml2.tests.*"]),
+ packages=find_packages(exclude=["tests", "djangosaml2.tests", "docs"]),
65
include_package_data=True,
66
zip_safe=False,
67
install_requires=["defusedxml>=0.4.1", "Django>=4.2", "pysaml2>=6.5.1"],
0 commit comments