Skip to content

Commit 03730e2

Browse files
authored
Add changelog URL to package metadata
When Renovate bot creates an automated pull request to update Poetry, it can automatically include the link to changelog so it's easier to find out what changed.
1 parent 1db8017 commit 03730e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
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)