mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26: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,4 +1,4 @@
|
|||
include *.rst
|
||||
include CONTRIBUTORS.txt
|
||||
include LICENSE
|
||||
recursive-include scripts flake8.*
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
@setlocal enableextensions & python -x %~f0 %* & goto :EOF
|
||||
# -*- mode: python -*-
|
||||
from flake8.run import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue