From fdc60bd821a70fb5b7107eacd7f4bf581baf5e8a Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Tue, 15 Jul 2008 00:15:16 +0000 Subject: [PATCH] Add shebang to setup.py so it can be executed directly --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 1eb8594..ca9d521 100755 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + try: from setuptools import setup, find_packages except ImportError: -- 2.45.2