Update setup.py
This commit is contained in:
parent
f9e128c753
commit
6a410ba470
1
setup.py
1
setup.py
@ -30,6 +30,7 @@ REQUIRED = [
|
||||
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 MANFEST.in file!
|
||||
with codecs.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||
long_description = '\n' + f.read()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user