diff --git a/setup.py b/setup.py index f7ca6d22..2bc45183 100755 --- a/setup.py +++ b/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',