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