From 7f68516c5c8e1451f94b513aac65ad7faf6e696f Mon Sep 17 00:00:00 2001 From: Lee Clemens Date: Thu, 9 Jul 2015 16:48:01 -0400 Subject: [PATCH] Re-add shebang to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6a803e49..44f11e62 100755 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +#!/usr/bin/python # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: t -*- # vi: set ft=python sts=4 ts=4 sw=4 noet :