mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
setup.py: add project_urls links
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>
This commit is contained in:
parent
2dc4651136
commit
eb1c8d0845
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue