Fix our entry-points for report formatters

This commit is contained in:
Ian Cordasco 2016-02-07 09:40:32 -06:00
parent 853985e1dc
commit 0b8f11acc2

View file

@ -70,8 +70,8 @@ setuptools.setup(
'flake8.extension': [
'F = flake8.plugins.pyflakes:FlakesChecker',
],
'flake8.format': [
'default = flake8.formatting.default.Default',
'flake8.report': [
'default = flake8.formatting.default:Default',
],
},
classifiers=[