From f50dcf76587415fb8eb151e82880b17f1c06275b Mon Sep 17 00:00:00 2001 From: Lee Clemens Date: Tue, 7 Jul 2015 20:04:16 -0400 Subject: [PATCH] Remove shebang from setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 44f11e62..6a803e49 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -#!/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 :