From a715eaa7504a68da435d7b5d5dbdfbf1100f97bb Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Tue, 15 Feb 2011 15:06:43 +0100 Subject: [PATCH] typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[