summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Python Team <team+python@tracker.debian.org>2021-12-14 02:54:59 -0800
committerChristoph Berg <myon@debian.org>2021-12-14 02:54:59 -0800
commitb84c35ac68696db807e4d4b4b6af9b98c353545a (patch)
treef59b3617a93db7eaa2fdb32a8217ba20704e84d6
parent76c6a2bba44f519bf98bf3ef77cfb233fe486414 (diff)
no-2to3
Gbp-Pq: Name no-2to3
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index e495745..dd02427 100644
--- a/setup.py
+++ b/setup.py
@@ -44,9 +44,6 @@ extra = dict(
],
)
-if python_version >= 3.0:
- extra["use_2to3"] = True
-
# -- NICE-TO-HAVE:
# # FILE: setup.cfg -- Use pytest-runner (ptr) as test runner.
# [aliases]