summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-03-10 19:00:07 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-03-10 19:00:07 -0600
commitda2182151773e5e37faa87ad607308694e6c1997 (patch)
tree240d9afa51e1a5ba1d38a8dfdee89e9731472519 /setup.py
parent36fb688f97d69d1ba0e1ea7bd6502ec7fe8b3141 (diff)
downloadflake8-da2182151773e5e37faa87ad607308694e6c1997.tar.gz
Make flake8 actually work
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ec40eb6..9b66694 100644
--- a/setup.py
+++ b/setup.py
@@ -71,6 +71,7 @@ setuptools.setup(
'console_scripts': ['flake8 = flake8.main.cli:main'],
'flake8.extension': [
'F = flake8.plugins.pyflakes:FlakesChecker',
+ 'pep8.tabs_or_spaces = pep8:tabs_or_spaces',
],
'flake8.report': [
'default = flake8.formatting.default:Default',