We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03730e2 commit cd1aaf5Copy full SHA for cd1aaf5
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