Skip to content

Commit

Permalink
Add docs, changelog, source, issues links to PyPI (#107)
Browse files Browse the repository at this point in the history
Fixes #34
  • Loading branch information
Mr0grog committed Apr 19, 2022
1 parent 2a4f607 commit a376bcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ def read_requirements(fname):
# TODO: migrate to entry_points, which is recommended.
scripts=glob.glob('scripts/*'),
license="GPL-3.0-only",
project_urls={
'Documentation': 'https://web-monitoring-diff.readthedocs.io/en/stable/',
'Changelog': 'https://web-monitoring-diff.readthedocs.io/en/stable/release-history.html',
'Source code': 'https://github.com/edgi-govdata-archiving/web-monitoring-diff',
'Issues': 'https://github.com/edgi-govdata-archiving/web-monitoring-diff/issues',
},
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Natural Language :: English',
Expand Down

0 comments on commit a376bcb

Please sign in to comment.