Skip to content

Commit

Permalink
setup.py: add project_urls links
Browse files Browse the repository at this point in the history
These additional URLs will be displayed on PyPI:
https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls

Signed-off-by: Joshua Lock <jlock@vmware.com>
  • Loading branch information
joshuagl committed Aug 4, 2020
1 parent 2dc4651 commit eb1c8d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
'Topic :: Security',
'Topic :: Software Development'
],
project_urls={
'Source': 'https://github.com/theupdateframework/tuf',
'Issues': 'https://github.com/theupdateframework/tuf/issues'
},
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",
install_requires = [
'iso8601>=0.1.12',
Expand Down

0 comments on commit eb1c8d0

Please sign in to comment.