Skip to content

Commit 9c12d76

Browse files
committed
Introduce pysassc (will be migrated to)
1 parent a6a04fe commit 9c12d76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,9 @@ def run(self):
230230
'sass_manifests = sassutils.distutils:validate_manifests'
231231
],
232232
'console_scripts': [
233-
['sassc = sassc:main']
233+
['pysassc = sassc:main'],
234+
# TODO: deprecate `sassc` and remove (#134)
235+
['sassc = sassc:main'],
234236
]
235237
},
236238
install_requires=install_requires,

0 commit comments

Comments
 (0)