We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9b462 commit 903f6d0Copy full SHA for 903f6d0
setup.py
@@ -59,7 +59,9 @@ 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", "djangosaml2.tests", "docs"]),
+ packages=find_packages(exclude=["tests", "tests.*",
63
+ "djangosaml2.tests", "djangosaml2.tests.*",
64
+ "docs", "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