remove flake8 setuptools command

This commit is contained in:
Anthony Sottile 2021-03-29 20:15:45 -07:00
parent 00f92087da
commit 83fc824ca1
5 changed files with 0 additions and 167 deletions

View file

@ -56,8 +56,6 @@ python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
where = src
[options.entry_points]
distutils.commands=
flake8 = flake8.main.setuptools_command:Flake8
console_scripts =
flake8 = flake8.main.cli:main
flake8.extension =