From 835e035799926370a6f85693f5e880444da9b767 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Sat, 19 Sep 2020 23:28:30 +0200 Subject: [PATCH] Make python3 explicit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 118e8a5d..6c6212ab 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from distutils.core import setup import distutils.core