File: no-2to3

package info (click to toggle)
python-parse-type 0.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 892 kB
  • sloc: python: 7,212; sh: 12; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- 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]