Skip to content

Commit a376bcb

Browse files
authored
Add docs, changelog, source, issues links to PyPI (#107)
Fixes #34
1 parent 2a4f607 commit a376bcb

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
@@ -61,6 +61,12 @@ def read_requirements(fname):
6161
# TODO: migrate to entry_points, which is recommended.
6262
scripts=glob.glob('scripts/*'),
6363
license="GPL-3.0-only",
64+
project_urls={
65+
'Documentation': 'https://web-monitoring-diff.readthedocs.io/en/stable/',
66+
'Changelog': 'https://web-monitoring-diff.readthedocs.io/en/stable/release-history.html',
67+
'Source code': 'https://github.com/edgi-govdata-archiving/web-monitoring-diff',
68+
'Issues': 'https://github.com/edgi-govdata-archiving/web-monitoring-diff/issues',
69+
},
6470
classifiers=[
6571
'Development Status :: 2 - Pre-Alpha',
6672
'Natural Language :: English',

0 commit comments

Comments
 (0)