mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +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",
|
||||
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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue