summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 08335a5..3393b5e 100644
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,7 @@ def get_long_description():
descr.append(f.read())
return '\n\n'.join(descr)
+
PEP8 = 'pycodestyle'
_FORMAT = '{0}.{1} = {0}:{1}'
PEP8_PLUGIN = functools.partial(_FORMAT.format, PEP8)