Add the long description back to setup.py

This commit is contained in:
Ian Cordasco 2016-06-25 12:27:14 -05:00
parent cee691059f
commit 04413f8338
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -63,7 +63,7 @@ setuptools.setup(
license="MIT",
version=flake8.__version__,
description="the modular source code checker: pep8, pyflakes and co",
# long_description=get_long_description(),
long_description=get_long_description(),
author="Tarek Ziade",
author_email="tarek@ziade.org",
maintainer="Ian Cordasco",