From 5b9191ca1ca1a1543b8966cdc474d655284ee2f7 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 24 Dec 2002 15:29:42 +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 bbe13fa..a60f603 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python import distutils, os from distutils.core import setup, Extension -- 2.39.2