mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 17:19:52 +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 *.rst
|
||||||
include CONTRIBUTORS.txt
|
include CONTRIBUTORS.txt
|
||||||
include LICENSE
|
include LICENSE
|
||||||
recursive-include scripts flake8.*
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
Setuptools integration
|
Setuptools integration
|
||||||
======================
|
======================
|
||||||
|
|
||||||
If setuptools is available, Flake8 provides a command that checks the
|
Flake8 now depends on setuptools and its installation enables a command
|
||||||
Python files declared by your project. To use it, add flake8 to your
|
that checks the Python files declared by your project. To use it, add
|
||||||
setup_requires::
|
flake8 to your setup_requires::
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="project",
|
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