mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
more description
This commit is contained in:
parent
611db91aae
commit
c35ff7c583
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ setup(
|
||||||
name="flake8",
|
name="flake8",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
version="0.1",
|
version="0.1",
|
||||||
description="code checking",
|
description="code checking using pep8 and pyflakes",
|
||||||
author="Tarek Ziade",
|
author="Tarek Ziade",
|
||||||
url="http://bitbucket.org/tarek/flake8",
|
url="http://bitbucket.org/tarek/flake8",
|
||||||
packages=["flake8", "flake8.test"],
|
packages=["flake8", "flake8.test"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue