Skip to content

Commit 0a2c186

Browse files
committed
Add Changes project URL
Background info at pypi/warehouse#7882 (comment)
1 parent a238201 commit 0a2c186

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,8 @@ def get_long_description():
6464
'Topic :: Software Development :: Libraries :: Python Modules',
6565
],
6666
test_suite='testsuite.test_all.suite',
67+
project_urls={
68+
'Changes':
69+
'https://pycodestyle.pycqa.org/en/latest/developer.html#changes',
70+
},
6771
)

0 commit comments

Comments
 (0)