From a60c011721b4e89f4f02d8a79f0d91107d828cbb Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Fri, 20 Feb 2015 16:50:48 +0000 Subject: [PATCH] Correct pyScss module name in setup.py, as per pypi. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa61f8a..e5fcda5 100644 --- a/setup.py +++ b/setup.py @@ -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',