Skip to content

Commit e8c8d9a

Browse files
committed
ignore tests in djangosaml2 package too
1 parent ceecba1 commit e8c8d9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

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

0 commit comments

Comments
 (0)