diff --git a/setup.py b/setup.py index 6973fae23b30e23b641ad72b7834805802dcafd5..1ab6b993bc61c82ad9173335819c594362e3608c 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,11 @@ setup( 'Programming Language :: Python', ], keywords = 'library', - url = 'https://gitlab.cesnet.cz/709/warden/typedcols', + project_urls={ + 'Documentation': 'https://709.gitlab-pages.cesnet.cz/warden/typedcols/master/html/manual.html', + 'Source': 'https://gitlab.cesnet.cz/709/warden/typedcols', + 'Tracker': 'https://gitlab.cesnet.cz/709/warden/typedcols/-/issues', + }, author = 'Pavel Kacha', author_email = 'pavel.kacha@cesnet.cz', license = 'ISC',