From f372670a4cc2ba8c61b7a062c056ff9c7de1d846 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 1 Aug 2017 12:17:07 +0300 Subject: Fix: use python3 in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b599c7d..1be0c87 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Copyright (C) 2017 Lars Wirzenius # # This program is free software; you can redistribute it and/or modify -- cgit v1.2.1