added author_email

This commit is contained in:
Tarek Ziade 2010-08-12 15:36:51 +02:00
parent 93abad9901
commit 4f6d1eb6cc

View file

@ -8,6 +8,7 @@ setup(
version="0.1",
description="code checking using pep8 and pyflakes",
author="Tarek Ziade",
author_email="tarek@ziade.org",
url="http://bitbucket.org/tarek/flake8",
packages=["flake8", "flake8.test"],
scripts=["bin/flake8"],