Skip to content

Commit fa9b462

Browse files
committed
also avoid storing stub docs in final packages
1 parent e8c8d9a commit fa9b462

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ 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", "tests.*", "djangosaml2.tests",
63-
"djangosaml2.tests.*"]),
62+
packages=find_packages(exclude=["tests", "djangosaml2.tests", "docs"]),
6463
include_package_data=True,
6564
zip_safe=False,
6665
install_requires=["defusedxml>=0.4.1", "Django>=4.2", "pysaml2>=6.5.1"],

0 commit comments

Comments
 (0)