From fc52885ba07cc2e00301f5a521a41ed6dba9a868 Mon Sep 17 00:00:00 2001 From: c24b <4barbes@gmail.com> Date: Tue, 8 Nov 2022 20:05:18 +0100 Subject: [PATCH] Update setup.py print directive python3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a8093d..0a78030 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ except ImportError: readme = open('README.md').read() except: - print 'something went wrong reading the README.md file.' + print('something went wrong reading the README.md file.') readme = '' setup(