Add default formatting class

This commit is contained in:
Ian Cordasco 2016-02-06 15:22:36 -06:00
parent 7828b63002
commit 81495fd859
3 changed files with 36 additions and 1 deletions

View file

@ -70,6 +70,9 @@ setuptools.setup(
'flake8.extension': [
'F = flake8.plugins.pyflakes:FlakesChecker',
],
'flake8.format': [
'default = flake8.formatting.default.Default',
],
},
classifiers=[
"Environment :: Console",