mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 19:36:54 +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",
|
||||
url="http://bitbucket.org/tarek/flake8",
|
||||
packages=["flake8", "flake8.tests"],
|
||||
scripts=["bin/flake8"],
|
||||
scripts=["flake8/flake8"],
|
||||
long_description=README,
|
||||
classifiers=[
|
||||
"Environment :: Console",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue