Skip to content

Commit 2c0c643

Browse files
committed
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 <[email protected]>
1 parent 23d0eeb commit 2c0c643

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@
108108
'Topic :: Security',
109109
'Topic :: Software Development'
110110
],
111+
project_urls={
112+
'Source': 'https://github.com/theupdateframework/tuf',
113+
'Issues': 'https://github.com/theupdateframework/tuf/issues'
114+
},
111115
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",
112116
install_requires = [
113117
'iso8601>=0.1.12',

0 commit comments

Comments
 (0)