From 3424a1a6f8f91292eca6373ba0cd3fb5170c1648 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Sat, 15 Feb 2020 18:17:37 +0100 Subject: point all shebangs to python 3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 76c4ddba..6504d248 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2009 Giampaolo Rodola'. All rights reserved. # Use of this source code is governed by a BSD-style license that can be -- cgit v1.2.1