mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 09:09:52 +00:00
moved flake8 script so it does not interfer with virtualenv since we;re now allowing setuptools-based installation
This commit is contained in:
parent
603dd96ae3
commit
1fb8c5113b
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -14,7 +14,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=["bin/flake8"],
|
scripts=["flake8/flake8"],
|
||||||
long_description=README,
|
long_description=README,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue