mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-21 19:28:34 +00:00
setup.py: add the shebang line: this is EXECUTABLE!
This commit is contained in:
parent
cf7f54cc41
commit
a3872bcfba
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
#
|
||||
|
||||
import pathlib
|
||||
|
||||
import setuptools
|
||||
|
|
Loading…
Reference in a new issue