Make setup.py executable.

This commit is contained in:
Michael Gorven 2010-02-23 17:45:26 +02:00
parent a0e56c0d85
commit 3b0970d773
1 changed files with 2 additions and 0 deletions

2
setup.py Normal file → Executable file
View File

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