From c35ff7c583efad378a861de4af2cc61196221357 Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Thu, 12 Aug 2010 15:34:39 +0200 Subject: [PATCH] more description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 969c599..13e8e33 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="flake8", license="MIT", version="0.1", - description="code checking", + description="code checking using pep8 and pyflakes", author="Tarek Ziade", url="http://bitbucket.org/tarek/flake8", packages=["flake8", "flake8.test"],