summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-31 16:56:02 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-31 16:57:17 -0700
commitfd4f1c286cdc4e0bc25822e10742adbc9062af15 (patch)
treeb71873bfc30a9d89acc5ae9c887751bff5cea1f5 /setup.py
parentc7490b0f3ff1d18fae8c7f12b835885dc3bd19fc (diff)
downloadpep8-fd4f1c286cdc4e0bc25822e10742adbc9062af15.tar.gz
Tagged release 2.0.02.0.0release/2.0.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 93a1337..b77770e 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,6 @@ setup(
entry_points={
'console_scripts': [
'pycodestyle = pycodestyle:_main',
- 'pep8 = pycodestyle:_main_pep8',
],
},
classifiers=[