diff --git a/setup.py b/setup.py index 4232fc8..ff4fcc3 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup -long_description = open('README.rst').read() +long_description = open('README').read() setup( name='django-layar',