From d5cbf69c1cad6b88d36b27cd5ff8c803b9ec67ed Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 29 Oct 2008 09:58:02 -0400 Subject: More cleanup. Not sure why some executables didn't have shebang lines. They do now. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 290e2e0..bf30c9a 100755 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + from distutils.core import setup setup( -- cgit v1.2.3