Merge pull request #16 from matan129/patch-1

Fix MANIFEST.in typo
This commit is contained in:
Kenneth Reitz 2017-08-30 13:30:58 -04:00 committed by GitHub
commit 4c2c793c98

View File

@ -30,7 +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!
# Note: this will only work if 'README.rst' is present in your MANIFEST.in file!
with codecs.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = '\n' + f.read()