From 71361bce83cf9293113a25dbdcf0651026a2d0f3 Mon Sep 17 00:00:00 2001 From: Matan Rosenberg Date: Wed, 30 Aug 2017 20:26:49 +0300 Subject: [PATCH] Fix MANIFEST.in typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb2c21b..ee17035 100644 --- a/setup.py +++ b/setup.py @@ -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()