Skip to content

Commit 5de3d05

Browse files
committed
Exclude tests from distributed package
1 parent e6e6eb6 commit 5de3d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_version():
2424
license="Apache",
2525
keywords="django monitoring prometheus",
2626
url="http://github.com/korfuri/django-prometheus",
27-
packages=find_packages(),
27+
packages=find_packages(exclude=["tests",]),
2828
test_suite="django_prometheus.tests",
2929
long_description=LONG_DESCRIPTION,
3030
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)