python-sphinx-bootstrap-theme/fix_use_2to3_invalid.patch
penelope 30b9fc6cbb l
2022-01-08 14:22:37 +08:00

22 lines
653 B
Diff

From ec4ad7e510c8de0b215a89a2c81bc00f08f70c72 Mon Sep 17 00:00:00 2001
From: Julian Knocke <Knocke.Julian@gmail.com>
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",