mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 14:54:17 +00:00
Fix our entry-points for report formatters
This commit is contained in:
parent
853985e1dc
commit
0b8f11acc2
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -70,8 +70,8 @@ setuptools.setup(
|
||||||
'flake8.extension': [
|
'flake8.extension': [
|
||||||
'F = flake8.plugins.pyflakes:FlakesChecker',
|
'F = flake8.plugins.pyflakes:FlakesChecker',
|
||||||
],
|
],
|
||||||
'flake8.format': [
|
'flake8.report': [
|
||||||
'default = flake8.formatting.default.Default',
|
'default = flake8.formatting.default:Default',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue