summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-29 07:10:24 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-29 07:10:24 -0700
commitf811cdebf0d127361b3f8bb86850b32f77d2f873 (patch)
treeab5d8633fe21c240d24297f203a2187ceabfe4cc /setup.py
parent990dc5a79e203204867870b7ec5048cdb37d7005 (diff)
parentf39501c475338b23021245fa9df7b4e8cea3a875 (diff)
downloadpep8-f811cdebf0d127361b3f8bb86850b32f77d2f873.tar.gz
Merge pull request #514 from adamchainz/readthedocs.io
Convert readthedocs link for their .org -> .io migration for hosted projects
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c0afd37..7c0cf84 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
keywords='pycodestyle, pep8, PEP 8, PEP-8, PEP8',
author='Johann C. Rocholl',
author_email='johann@rocholl.net',
- url='http://pep8.readthedocs.org/',
+ url='https://pep8.readthedocs.io/',
license='Expat license',
py_modules=['pycodestyle'],
namespace_packages=[],