From 9aebe126b0e64eca0a987a9fcc652d8df4476f6a Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sat, 3 Dec 2011 07:46:15 +0100 Subject: [PATCH] Call setup.py with python3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3f45d2..85a07ae 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from distutils.core import setup, Extension -- 2.11.0