We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4f607 commit a376bcbCopy full SHA for a376bcb
setup.py
@@ -61,6 +61,12 @@ def read_requirements(fname):
61
# TODO: migrate to entry_points, which is recommended.
62
scripts=glob.glob('scripts/*'),
63
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
+ },
70
classifiers=[
71
'Development Status :: 2 - Pre-Alpha',
72
'Natural Language :: English',
0 commit comments