Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-24 16:19:59 -05:00
parent 4cf1d72af0
commit 53c7409d7c
+3 -2
View File
@@ -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."""