summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-03-29 20:15:45 -0700
committerAnthony Sottile <asottile@umich.edu>2021-03-29 20:15:45 -0700
commit83fc824ca1c4c73594ef910dadb7f31a11c95cee (patch)
tree8b758688ac7fdc333d388aac89f9a67ed1d2aeed /setup.cfg
parent00f92087dac5b49acde245be91253dc14b612000 (diff)
downloadflake8-83fc824ca1c4c73594ef910dadb7f31a11c95cee.tar.gz
remove flake8 setuptools command
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 0d3ab08..9103522 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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 =