Skip to content

Commit

Permalink
Introduce pysassc (will be migrated to)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 20, 2017
1 parent a6a04fe commit 9c12d76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -230,7 +230,9 @@ def run(self):
'sass_manifests = sassutils.distutils:validate_manifests'
],
'console_scripts': [
['sassc = sassc:main']
['pysassc = sassc:main'],
# TODO: deprecate `sassc` and remove (#134)
['sassc = sassc:main'],
]
},
install_requires=install_requires,
Expand Down

0 comments on commit 9c12d76

Please sign in to comment.