mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
removed flake8.cmd, no longer necessary since dependency on setuptools is not explicit
This commit is contained in:
parent
0a14b2f855
commit
94143c2534
3 changed files with 4 additions and 10 deletions
|
|
@ -1,9 +1,9 @@
|
|||
Setuptools integration
|
||||
======================
|
||||
|
||||
If setuptools is available, Flake8 provides a command that checks the
|
||||
Python files declared by your project. To use it, add flake8 to your
|
||||
setup_requires::
|
||||
Flake8 now depends on setuptools and its installation enables a command
|
||||
that checks the Python files declared by your project. To use it, add
|
||||
flake8 to your setup_requires::
|
||||
|
||||
setup(
|
||||
name="project",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue