mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 23:34:17 +00:00
setup.py: update description
This commit is contained in:
parent
2e76b4191a
commit
83571710cb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ setup(
|
||||||
name="flake8",
|
name="flake8",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
version=__version__,
|
version=__version__,
|
||||||
description="code checking using pep8 and pyflakes",
|
description="the modular source code checker: pep8, pyflakes and co",
|
||||||
long_description=README,
|
long_description=README,
|
||||||
author="Tarek Ziade",
|
author="Tarek Ziade",
|
||||||
author_email="tarek@ziade.org",
|
author_email="tarek@ziade.org",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue