We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00d9d6 commit a7cb60dCopy full SHA for a7cb60d
setup.py
@@ -79,7 +79,9 @@
79
license='BSD-derived (http://www.repoze.org/LICENSE.txt)',
80
url='http://supervisord.org/',
81
project_urls={
82
- 'Changelog': 'http://supervisord.org/changes.html',
+ 'Changelog': 'http://supervisord.org/changelog',
83
+ 'Documentation': 'http://supervisord.org',
84
+ 'Issue Tracker': 'https://github.com/Supervisor/supervisor',
85
},
86
description="A system for controlling process state under UNIX",
87
long_description=README + '\n\n' + CHANGES,
0 commit comments