From 53c7409d7c7241ac0cf2158f09e14cf5f1245bcc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 24 Feb 2018 16:19:59 -0500 Subject: [PATCH] setup.py Signed-off-by: Kenneth Reitz --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3aca38a..3c953f8 100644 --- a/setup.py +++ b/setup.py @@ -33,8 +33,9 @@ here = os.path.abspath(os.path.dirname(__file__)) # Import the README and use it as the long-description. # Note: this will only work if 'README.rst' is present in your MANIFEST.in file! -with io.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f: - long_description = '\n' + f.read() +# with io.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f: +# long_description = '\n' + f.read() +long_description = '' class UploadCommand(Command): """Support setup.py upload."""