From 93538ea852ca830789b250a3008deba7b2db6949 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 4 Jan 2013 12:20:42 -0500 Subject: [PATCH] Add myself as a maintainer in setup() --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 0b6360d..411a480 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,8 @@ setup( description="code checking using pep8 and pyflakes", author="Tarek Ziade", author_email="tarek@ziade.org", + maintainer="Ian Cordasco", + maintainer_email="graffatcolmingov@gmail.com", url="http://bitbucket.org/tarek/flake8", packages=["flake8", "flake8.tests"], scripts=scripts,