From ec4ad7e510c8de0b215a89a2c81bc00f08f70c72 Mon Sep 17 00:00:00 2001 From: Julian Knocke Date: Tue, 7 Sep 2021 15:56:51 +0200 Subject: [PATCH] Remove `use_2to3` from setup configuration --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 90509cf..68f2b72 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ def read_file(name): setup( name="sphinx-bootstrap-theme", version=__version__, - use_2to3=True, description="Sphinx Bootstrap Theme.", long_description=read_file("README"), url="http://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html",