reverting back to 2 readmes

This commit is contained in:
Mallory Hancock 2019-03-02 12:26:21 -08:00
förälder dd8f02618b
incheckning abc0dc8c70
2 ändrade filer med 2 tillägg och 2 borttagningar

Visa fil

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

Visa fil

@ -34,7 +34,7 @@ here = os.path.abspath(os.path.dirname(__file__))
# Import the README and use it as the long-description. # 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! # 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() long_description = '\n' + f.read()
# Load the package's __version__.py module as a dictionary. # Load the package's __version__.py module as a dictionary.