From 8e992566e13e2d703f8cfb1296356972b6d68206 Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 3 Mar 2010 14:17:00 -0500 Subject: [PATCH] typo in setup.py -- fixes github #1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',