setup.py: add the shebang line: this is EXECUTABLE!

This commit is contained in:
Dave Shawley 2019-02-06 09:56:34 -05:00
parent cf7f54cc41
commit a3872bcfba

View file

@ -1,3 +1,6 @@
#!/usr/bin/python
#
import pathlib
import setuptools