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(