Skip to content

Commit 903f6d0

Browse files
committed
(re-)add wildcards per setuptools-docs
1 parent fa9b462 commit 903f6d0

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
@@ -59,7 +59,9 @@ def read(*rnames):
5959
url="https://github.com/IdentityPython/djangosaml2",
6060
download_url="https://pypi.org/project/djangosaml2/",
6161
license="Apache 2.0",
62-
packages=find_packages(exclude=["tests", "djangosaml2.tests", "docs"]),
62+
packages=find_packages(exclude=["tests", "tests.*",
63+
"djangosaml2.tests", "djangosaml2.tests.*",
64+
"docs", "docs.*"]),
6365
include_package_data=True,
6466
zip_safe=False,
6567
install_requires=["defusedxml>=0.4.1", "Django>=4.2", "pysaml2>=6.5.1"],

0 commit comments

Comments
 (0)