We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1db8017 + 03730e2 commit f00d9d6Copy full SHA for f00d9d6
setup.py
@@ -78,6 +78,9 @@
78
version=supervisor_version,
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',
83
+ },
84
description="A system for controlling process state under UNIX",
85
long_description=README + '\n\n' + CHANGES,
86
classifiers=CLASSIFIERS,
@@ -87,7 +90,7 @@
87
90
install_requires=requires,
88
91
extras_require={
89
92
'testing': testing_extras,
- },
93
94
tests_require=tests_require,
95
include_package_data=True,
96
zip_safe=False,
0 commit comments