From acd8455dec557d551aae1b37b708eb7cd025b03b Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 9 Sep 2021 08:43:40 +0100 Subject: [PATCH] disable redundant use_2to3 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index d6e8898..a4178db 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,6 @@ download_url='https://github.com/danthedeckie/simpleeval/tarball/' + __version__, keywords=['eval', 'simple', 'expression', 'parse', 'ast'], test_suite='test_simpleeval', - use_2to3=True, classifiers=['Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License',