Make setup.py executable

This commit is contained in:
Mikhail Korobov 2011-05-06 16:29:15 +06:00
commit 1264b81bb6

1
setup.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
from setuptools import setup from setuptools import setup
import sys import sys