Skip to content

Commit 28d9101

Browse files
intgrauvipy
authored andcommitted
Add additional project URLs to PyPI metadata (docs, changelog, repo)
1 parent ca1f172 commit 28d9101

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@ def run_tests(self):
141141
author=meta['author'],
142142
author_email=meta['contact'],
143143
url=meta['homepage'],
144+
project_urls={
145+
'Documentation': (
146+
'https://django-celery-results.readthedocs.io/en/latest/'
147+
),
148+
'Changelog': (
149+
'https://django-celery-results.readthedocs.io/en/latest/'
150+
'changelog.html'
151+
),
152+
'Repository': 'https://github.com/celery/django-celery-results',
153+
},
144154
platforms=['any'],
145155
license='BSD',
146156
classifiers=classifiers,

0 commit comments

Comments
 (0)