Skip to content

Commit f00d9d6

Browse files
authored
Merge pull request #1561 from intgr/patch-1
Add changelog URL to package metadata
2 parents 1db8017 + 03730e2 commit f00d9d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
version=supervisor_version,
7979
license='BSD-derived (http://www.repoze.org/LICENSE.txt)',
8080
url='http://supervisord.org/',
81+
project_urls={
82+
'Changelog': 'http://supervisord.org/changes.html',
83+
},
8184
description="A system for controlling process state under UNIX",
8285
long_description=README + '\n\n' + CHANGES,
8386
classifiers=CLASSIFIERS,
@@ -87,7 +90,7 @@
8790
install_requires=requires,
8891
extras_require={
8992
'testing': testing_extras,
90-
},
93+
},
9194
tests_require=tests_require,
9295
include_package_data=True,
9396
zip_safe=False,

0 commit comments

Comments
 (0)