summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJehiah Czebotar <jehiah@gmail.com>2010-11-22 17:35:54 -0500
committerJehiah Czebotar <jehiah@gmail.com>2010-11-22 17:35:54 -0500
commit90522b9c9002625a06c07f3dd416dff656783e09 (patch)
tree5940e073f96512082f5f903f92472cf0d7525548 /setup.py
parent7fccda8adc08cb19a3c79d5ca431ded37b67ea52 (diff)
downloaddata_hacks-90522b9c9002625a06c07f3dd416dff656783e09.zip
data_hacks-90522b9c9002625a06c07f3dd416dff656783e09.tar.gz
data_hacks-90522b9c9002625a06c07f3dd416dff656783e09.tar.bz2
use /usr/bin/env python everywhere
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8728109..ea37d5a 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
from distutils.core import setup
version = "0.2"