We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceecba1 commit e8c8d9aCopy full SHA for e8c8d9a
setup.py
@@ -59,7 +59,8 @@ 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.*"]),
+ packages=find_packages(exclude=["tests", "tests.*", "djangosaml2.tests",
63
+ "djangosaml2.tests.*"]),
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