diff --git a/setup.py b/setup.py index a8c00a34..4bed0bff 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ class bdist_egg(original_bdist_egg): def run(self): raise SystemExit( - f"{type(self).__name__} is forbidden, " - "please update to setuptools>=45 which uses pip" + "%s is forbidden, " + "please update to setuptools>=45 which uses pip" % type(self).__name__ )