mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
Add the long description back to setup.py
This commit is contained in:
parent
cee691059f
commit
04413f8338
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -63,7 +63,7 @@ setuptools.setup(
|
||||||
license="MIT",
|
license="MIT",
|
||||||
version=flake8.__version__,
|
version=flake8.__version__,
|
||||||
description="the modular source code checker: pep8, pyflakes and co",
|
description="the modular source code checker: pep8, pyflakes and co",
|
||||||
# long_description=get_long_description(),
|
long_description=get_long_description(),
|
||||||
author="Tarek Ziade",
|
author="Tarek Ziade",
|
||||||
author_email="tarek@ziade.org",
|
author_email="tarek@ziade.org",
|
||||||
maintainer="Ian Cordasco",
|
maintainer="Ian Cordasco",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue