mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
Add myself as a maintainer in setup()
This commit is contained in:
parent
ed0c63ba5d
commit
93538ea852
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -37,6 +37,8 @@ setup(
|
||||||
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",
|
||||||
|
maintainer="Ian Cordasco",
|
||||||
|
maintainer_email="graffatcolmingov@gmail.com",
|
||||||
url="http://bitbucket.org/tarek/flake8",
|
url="http://bitbucket.org/tarek/flake8",
|
||||||
packages=["flake8", "flake8.tests"],
|
packages=["flake8", "flake8.tests"],
|
||||||
scripts=scripts,
|
scripts=scripts,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue