From f689fea24c46b683ec8caba8d3471d4e307b120e Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Thu, 14 May 2020 10:24:58 +1000 Subject: Update project links for PyPi. --- setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bf272ba..ff63b3b 100644 --- a/setup.py +++ b/setup.py @@ -561,8 +561,12 @@ setup(name = package_name, author_email = 'Graham.Dumpleton@gmail.com', maintainer = 'Graham Dumpleton', maintainer_email = 'Graham.Dumpleton@gmail.com', - url = 'http://www.modwsgi.org/', - bugtrack_url = 'https://github.com/GrahamDumpleton/mod_wsgi/issues', + url = 'https://www.modwsgi.org/', + project_urls = { + 'Documentation': 'https://modwsgi.readthedocs.io/', + 'Source': 'https://github.com/GrahamDumpleton/mod_wsgi', + 'Tracker': 'https://github.com/GrahamDumpleton/mod_wsgi/issues', + }, license = 'Apache License, Version 2.0', platforms = [], download_url = None, -- cgit v1.2.1