diff --git a/setup.py b/setup.py index 3152368..9eee45f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup def readme(): """Returns the contents of README.md""" - with open('README.md') as readme_file: + with open('README.rst') as readme_file: return readme_file.read() setup(name='alarmdecoder',