typo in setup.py -- fixes github #1
This commit is contained in:
parent
392e417956
commit
8e992566e1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue