summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2020-05-05 18:48:08 +0300
committerVille Skyttä <ville.skytta@iki.fi>2020-05-05 23:40:15 +0300
commit0a2c186c9129ff491a7929f600d0a87f55f358c9 (patch)
tree6dbbb12fbc81db9393794324e3df2c582c64e7c4
parenta238201edd2883fcc0400df4a11cbb6fd5f6e5d7 (diff)
downloadpep8-0a2c186c9129ff491a7929f600d0a87f55f358c9.tar.gz
Add Changes project URL
Background info at https://github.com/pypa/warehouse/pull/7882#issue-412444446
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d7d01df..12add3d 100644
--- a/setup.py
+++ b/setup.py
@@ -64,4 +64,8 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
],
test_suite='testsuite.test_all.suite',
+ project_urls={
+ 'Changes':
+ 'https://pycodestyle.pycqa.org/en/latest/developer.html#changes',
+ },
)