typo in setup.py -- fixes github #1

This commit is contained in:
James Turk 2010-03-03 14:17:00 -05:00
parent 392e417956
commit 8e992566e1

View File

@ -1,6 +1,6 @@
from distutils.core import setup from distutils.core import setup
long_description = open('README.rst').read() long_description = open('README').read()
setup( setup(
name='django-layar', name='django-layar',