summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Wahl <gavinwahl@gmail.com>2015-02-20 11:07:43 -0700
committerGavin Wahl <gavinwahl@gmail.com>2015-02-20 11:07:43 -0700
commitfa4e73fe5bc1ce7cb1ded96d194a7d2461f6e59a (patch)
treee9b4b1a2599a3b4d9f7bed05fc96ba86115b4792
parentbd4a7e6f0804a0d370af710ca5c0d6e23a2eaa29 (diff)
parenta60c011721b4e89f4f02d8a79f0d91107d828cbb (diff)
downloaddjango-pyscss-fa4e73fe5bc1ce7cb1ded96d194a7d2461f6e59a.tar.gz
Merge pull request #29 from xnox/master
Correct pyScss module name in setup.py, as per pypi.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',