reverting back to 2 readmes
parent
dd8f02618b
commit
abc0dc8c70
|
@ -1 +1 @@
|
|||
include README.md
|
||||
include README.rst
|
||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ 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.md'), encoding='utf-8') as f:
|
||||
with io.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||
long_description = '\n' + f.read()
|
||||
|
||||
# Load the package's __version__.py module as a dictionary.
|
||||
|
|
Loading…
Reference in New Issue