long = short
This commit is contained in:
parent
81a9a65949
commit
c6625ffb63
2
setup.py
2
setup.py
@ -38,7 +38,7 @@ try:
|
|||||||
with io.open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
|
with io.open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
|
||||||
long_description = '\n' + f.read()
|
long_description = '\n' + f.read()
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
long_description = ''
|
long_description = DESCRIPTION
|
||||||
|
|
||||||
# Load the package's __version__.py module as a dictionary.
|
# Load the package's __version__.py module as a dictionary.
|
||||||
about = {}
|
about = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user