From 04413f83383649c314c336f9e85bd898f1faf9aa Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 25 Jun 2016 12:27:14 -0500 Subject: [PATCH] Add the long description back to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0df57b7..f6eac78 100644 --- a/setup.py +++ b/setup.py @@ -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",