diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-07 09:40:32 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-07 09:40:32 -0600 |
| commit | 0b8f11acc2ab95f5c1a3cbe7ff7e70139104f884 (patch) | |
| tree | fbf5afe5a31361b956703e3c8f147cfaf19dc6a2 /setup.py | |
| parent | 853985e1dca99e3f265c02f0f733f9c4b33106ca (diff) | |
| download | flake8-0b8f11acc2ab95f5c1a3cbe7ff7e70139104f884.tar.gz | |
Fix our entry-points for report formatters
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=[ |
