diff -r c6b655d9b855 -r 6ff321f0d37d setup.py --- a/setup.py Fri May 18 00:05:28 2018 +0200 +++ b/setup.py Fri May 18 00:07:54 2018 +0200 @@ -23,7 +23,7 @@ here = path.abspath(path.dirname(__file__)) # Get the long description from the README file -with open(path.join(here, 'README'), encoding='utf-8') as f: +with open(path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = f.read()