Skip to content

Commit 752bb46

Browse files
authored
Add project urls (#309)
1 parent a304687 commit 752bb46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ def get_version():
2525
license="Apache",
2626
keywords="django monitoring prometheus",
2727
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+
},
2834
packages=find_packages(exclude=["tests",]),
2935
test_suite="django_prometheus.tests",
3036
long_description=LONG_DESCRIPTION,

0 commit comments

Comments
 (0)