From 40f81af021b899b76b96eef52bf020c2348e1aea Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 3 May 2020 07:40:44 -0400 Subject: Remove shebang. Fixes #2076. --- setuptools/command/easy_install.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/command/easy_install.py') diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 64ff0457..5a9576ff 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """ Easy Install ------------ -- cgit v1.2.3