Skip to content

Commit

Permalink
Merge pull request #1561 from intgr/patch-1
Browse files Browse the repository at this point in the history
Add changelog URL to package metadata
  • Loading branch information
mnaberez authored Dec 27, 2022
2 parents 1db8017 + 03730e2 commit f00d9d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
version=supervisor_version,
license='BSD-derived (http://www.repoze.org/LICENSE.txt)',
url='http://supervisord.org/',
project_urls={
'Changelog': 'http://supervisord.org/changes.html',
},
description="A system for controlling process state under UNIX",
long_description=README + '\n\n' + CHANGES,
classifiers=CLASSIFIERS,
Expand All @@ -87,7 +90,7 @@
install_requires=requires,
extras_require={
'testing': testing_extras,
},
},
tests_require=tests_require,
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit f00d9d6

Please sign in to comment.