From a7cb60d58b5eb610feb76c675208f87501d4bc4b Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Tue, 27 Dec 2022 10:49:29 -0800 Subject: [PATCH] Add links for PyPI "Project Links" sidebar. Refs #1561 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b890834e7..ac4373cae 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,9 @@ license='BSD-derived (http://www.repoze.org/LICENSE.txt)', url='http://supervisord.org/', project_urls={ - 'Changelog': 'http://supervisord.org/changes.html', + 'Changelog': 'http://supervisord.org/changelog', + 'Documentation': 'http://supervisord.org', + 'Issue Tracker': 'https://github.com/Supervisor/supervisor', }, description="A system for controlling process state under UNIX", long_description=README + '\n\n' + CHANGES,