From 86657b542a1565c418d739f6dda88dc6f797ef15 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 24 Dec 2002 15:29:51 +0000 Subject: [PATCH] Don't call python2, only python --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75a2409..1a63c91 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python import distutils from distutils.core import setup, Extension -- 2.39.2