From 83571710cb23bc4b53e39bc8b02e5ee98587e9fe Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Wed, 20 Feb 2013 22:50:12 +0100 Subject: [PATCH] setup.py: update description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e9cf4f..d19e3a2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="flake8", license="MIT", version=__version__, - description="code checking using pep8 and pyflakes", + description="the modular source code checker: pep8, pyflakes and co", long_description=README, author="Tarek Ziade", author_email="tarek@ziade.org",