From 1fb8c5113ba34dddc2ede37c356f9d94397c1648 Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Tue, 14 Feb 2012 13:12:22 +0100 Subject: [PATCH] moved flake8 script so it does not interfer with virtualenv since we;re now allowing setuptools-based installation --- {bin => flake8}/flake8 | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {bin => flake8}/flake8 (100%) diff --git a/bin/flake8 b/flake8/flake8 similarity index 100% rename from bin/flake8 rename to flake8/flake8 diff --git a/setup.py b/setup.py index aac0a00..3fa1a35 100755 --- a/setup.py +++ b/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",