From 221cafe769190f5a47950b02e54b491ae84de4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20C=C3=B4t=C3=A9-Tremblay?= Date: Mon, 24 Oct 2016 16:25:27 -0400 Subject: [PATCH] Removing the shebang and the execution permission so the command be prefixed with python2 or python3 as needed --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 8cd831802b..4db8891ba2 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import os import sys