Skip to content

Commit

Permalink
Merge pull request #29 from xnox/master
Browse files Browse the repository at this point in the history
Correct pyScss module name in setup.py, as per pypi.
  • Loading branch information
gavinwahl committed Feb 20, 2015
2 parents bd4a7e6 + a60c011 commit fa4e73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit fa4e73f

Please sign in to comment.