From 715982bdf8b7c6bd6fb05221d82a0e1ab905336f Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Sun, 10 Dec 2023 21:00:26 +0100 Subject: Upgrade to Python3. Mostly using 2to3 automatic converter with some educated guesses on my part. Produces same TMWA Makefile as py2 attoconf. YMMV. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 09c35c9..db30276 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 from distutils.core import setup -- cgit v1.2.3-70-g09d2