diff --git a/setup.py b/setup.py index 0f64732..aab3f19 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: def long_description(): - with codecs.open('README.rst', 'r') as f: + with codecs.open('README.md', 'r') as f: return f.read() setup(