From 73d728d3ae6ff3e7c963a2b24e6b459ac5038e82 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Dec 2017 16:01:30 +0200 Subject: Fix: run setup.py under py3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e04ee39..b9bbc64 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # Copyright (C) 2016 QvarnLabs Ab # # This program is free software; you can redistribute it and/or modify -- cgit v1.2.1