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 a304687 commit 752bb46Copy full SHA for 752bb46
setup.py
@@ -25,6 +25,12 @@ def get_version():
25
license="Apache",
26
keywords="django monitoring prometheus",
27
url="http://github.com/korfuri/django-prometheus",
28
+ project_urls={
29
+ "Changelog": "https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md",
30
+ "Documentation": "https://github.com/korfuri/django-prometheus/blob/master/README.md",
31
+ "Source": "https://github.com/korfuri/django-prometheus",
32
+ "Tracker": "https://github.com/korfuri/django-prometheus/issues",
33
+ },
34
packages=find_packages(exclude=["tests",]),
35
test_suite="django_prometheus.tests",
36
long_description=LONG_DESCRIPTION,
0 commit comments