mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 00:14:46 +00:00
added cmd script (and scripts subfolder)
This commit is contained in:
parent
a89b840960
commit
a312a1a08f
2 changed files with 7 additions and 1 deletions
6
scripts/flake8.cmd
Normal file
6
scripts/flake8.cmd
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
@setlocal enableextensions & python -x %~f0 %* & goto :EOF
|
||||||
|
# -*- mode: python -*-
|
||||||
|
from flake8.run import main
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ setup(
|
||||||
author_email="tarek@ziade.org",
|
author_email="tarek@ziade.org",
|
||||||
url="http://bitbucket.org/tarek/flake8",
|
url="http://bitbucket.org/tarek/flake8",
|
||||||
packages=["flake8", "flake8.tests"],
|
packages=["flake8", "flake8.tests"],
|
||||||
scripts=["flake8/flake8"],
|
scripts=["flake8/flake8", "scripts/flake8.cmd"],
|
||||||
long_description=README,
|
long_description=README,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue