moved flake8 script so it does not interfer with virtualenv since we;re now allowing setuptools-based installation

This commit is contained in:
Tarek Ziade 2012-02-14 13:12:22 +01:00
parent 603dd96ae3
commit 1fb8c5113b
2 changed files with 1 additions and 1 deletions

View file

@ -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",