We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a238201 commit 0a2c186Copy full SHA for 0a2c186
setup.py
@@ -64,4 +64,8 @@ def get_long_description():
64
'Topic :: Software Development :: Libraries :: Python Modules',
65
],
66
test_suite='testsuite.test_all.suite',
67
+ project_urls={
68
+ 'Changes':
69
+ 'https://pycodestyle.pycqa.org/en/latest/developer.html#changes',
70
+ },
71
)
0 commit comments