diff -r 4a8c544f683f -r e8f9608ad204 setup.py --- a/setup.py Tue Jun 07 17:06:12 2016 +0300 +++ b/setup.py Tue Jun 07 17:06:32 2016 +0300 @@ -3,7 +3,7 @@ from setuptools import setup # Read the long description from the readmefile -with open("README.md", "rb") as f: +with open("readme.rst", "rb") as f: long_descr = f.read().decode("utf-8") # Run setup