From 6a410ba47055fd1561dbd61822dbe3b84ac8f88a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Aug 2017 23:20:57 -0400 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0f5c1a3..43bd7d0 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +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! with codecs.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = '\n' + f.read()