diff --git a/setup.py b/setup.py index aa7fa7c..d814db5 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( author="Tarek Ziade", author_email="tarek@ziade.org", url="http://bitbucket.org/tarek/flake8", - packages=["flake8", "flake8.test"], + packages=["flake8", "flake8.tests"], scripts=["bin/flake8"], long_description=README, classifiers=[