mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 07:14:18 +00:00
added author_email
This commit is contained in:
parent
93abad9901
commit
4f6d1eb6cc
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -8,6 +8,7 @@ setup(
|
||||||
version="0.1",
|
version="0.1",
|
||||||
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",
|
||||||
url="http://bitbucket.org/tarek/flake8",
|
url="http://bitbucket.org/tarek/flake8",
|
||||||
packages=["flake8", "flake8.test"],
|
packages=["flake8", "flake8.test"],
|
||||||
scripts=["bin/flake8"],
|
scripts=["bin/flake8"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue