We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e6eb6 commit 5de3d05Copy full SHA for 5de3d05
setup.py
@@ -24,7 +24,7 @@ def get_version():
24
license="Apache",
25
keywords="django monitoring prometheus",
26
url="http://github.com/korfuri/django-prometheus",
27
- packages=find_packages(),
+ packages=find_packages(exclude=["tests",]),
28
test_suite="django_prometheus.tests",
29
long_description=LONG_DESCRIPTION,
30
long_description_content_type="text/markdown",
0 commit comments