long = short

This commit is contained in:
xgdgsc
2018-06-07 22:29:37 +08:00
committed by GitHub
parent 81a9a65949
commit c6625ffb63
+1 -1
View File
@@ -38,7 +38,7 @@ try:
with io.open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = '\n' + f.read()
except FileNotFoundError:
long_description = ''
long_description = DESCRIPTION
# Load the package's __version__.py module as a dictionary.
about = {}