This commit is contained in:
Tarek Ziade 2011-02-08 12:06:11 +01:00
parent f40b1114b6
commit fd5d56fe7b

View file

@ -5,7 +5,7 @@ README = open('README').read()
setup( setup(
name="flake8", name="flake8",
license="MIT", license="MIT",
version="0.3", version="0.4",
description="code checking using pep8 and pyflakes", description="code checking using pep8 and pyflakes",
author="Tarek Ziade", author="Tarek Ziade",
author_email="tarek@ziade.org", author_email="tarek@ziade.org",