mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
Install mccabe as a dependency
This commit is contained in:
parent
8af0f1ed98
commit
a593dd01a4
3 changed files with 1 additions and 353 deletions
2
setup.py
2
setup.py
|
|
@ -34,13 +34,13 @@ setup(
|
|||
"setuptools",
|
||||
"pyflakes >= 0.6.1",
|
||||
"pep8 >= 1.4.2",
|
||||
"mccabe >= 0.2a0",
|
||||
],
|
||||
entry_points={
|
||||
'distutils.commands': ['flake8 = flake8.main:Flake8Command'],
|
||||
'console_scripts': ['flake8 = flake8.main:main'],
|
||||
'flake8.extension': [
|
||||
'F = flake8._pyflakes:FlakesChecker',
|
||||
'C90 = flake8.mccabe:McCabeChecker',
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue