reverting back to 2 readmes

pull/74/head
Mallory Hancock 2019-03-02 12:26:21 -08:00
parent dd8f02618b
commit abc0dc8c70
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
include README.md
include README.rst

View File

@ -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.