Skip to content

Commit a30b69d

Browse files
committed
(re-)add wildcards per setuptools-docs
1 parent deb97b6 commit a30b69d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ def read(*rnames):
6060
url="https://github.com/IdentityPython/djangosaml2",
6161
download_url="https://pypi.org/project/djangosaml2/",
6262
license="Apache 2.0",
63-
packages=find_packages(exclude=["tests", "djangosaml2.tests", "docs"]),
63+
packages=find_packages(exclude=["tests", "tests.*",
64+
"djangosaml2.tests", "djangosaml2.tests.*",
65+
"docs", "docs.*"]),
6466
include_package_data=True,
6567
zip_safe=False,
6668
install_requires=["defusedxml>=0.4.1", "Django>=4.2", "pysaml2>=6.5.1"],

0 commit comments

Comments
 (0)