Skip to content

Commit 532bb79

Browse files
committed
setup.py: add Changelog to project_urls
1 parent f725579 commit 532bb79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def read(fname):
7171
],
7272
project_urls={
7373
'Source': 'https://github.com/pytest-dev/pytest-django',
74+
'Changelog': 'https://pytest-django.readthedocs.io/en/latest/changelog.html',
7475
},
7576
# the following makes a plugin available to pytest
7677
entry_points={'pytest11': ['django = pytest_django.plugin']})

0 commit comments

Comments
 (0)