Control: tag -1 patch
From: Romain Porte <micro...@microjoe.org>
Date: Tue, 2 Nov 2021 15:19:51 +0100
Subject: setup.py: remove 2to3

Should be dropped when package is updated, because latest upstream
releases are not using this flag anymore.

Forward: not-needed
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 47f3bf5..ce6d239 100755
--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,6 @@ if __name__ == "__main__":
             "Topic :: Software Development",
         ],
         test_suite="tests.AllTests",
-        use_2to3=True,
         python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
         install_requires=[
             "deprecated",

Reply via email to