From 00b6b687cc2232cc850ecacf424dc41ecde2de4c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Nov 2017 09:58:52 +0100 Subject: Add: run setup.py with python3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dd389b1..00aabe7 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ -#!/usr/bin/python -# Copyright (C) 2010, 2011 Lars Wirzenius +#!/usr/bin/python3 +# Copyright (C) 2010, 2011, 2017 Lars Wirzenius # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.1