summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2020-05-13 08:58:56 -0700
committerGitHub <noreply@github.com>2020-05-13 08:58:56 -0700
commit1797af24c3293d58c67e3c2356c3a58dd4173d15 (patch)
treeb46e695b4fc3c2550123c9d59d62a003b1e05a8a
parentd414383860c483c57d1fafc12c630b46a5616d3c (diff)
parent0a2c186c9129ff491a7929f600d0a87f55f358c9 (diff)
downloadpep8-1797af24c3293d58c67e3c2356c3a58dd4173d15.tar.gz
Merge pull request #932 from scop/changes-project-url
Add Changes project URL
-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',
+ },
)