Correct pyScss module name in setup.py, as per pypi.

This commit is contained in:
Dimitri John Ledkov 2015-02-20 16:50:48 +00:00
parent bd4a7e6f08
commit a60c011721
No known key found for this signature in database
GPG Key ID: 43388EE7C151C9C9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def read(fname):
install_requires = [
'Django>=1.4',
'PyScss>=1.2.0,<1.3.0',
'pyScss>=1.2.0,<1.3.0',
]
tests_require = [
'Pillow',