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