Skip to content

Commit 4113a32

Browse files
jdufresnenedbat
authored andcommitted
Remove use_2to3=False; it is the default
Slightly simplifies setup.py.
1 parent 85a878e commit 4113a32

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

setup.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,6 @@ def build_extension(self, ext):
186186
},
187187
))
188188

189-
# Py3.x-specific details.
190-
191-
if sys.version_info >= (3, 0):
192-
setup_args.update(dict(
193-
use_2to3=False,
194-
))
195-
196189

197190
def main():
198191
"""Actually invoke setup() with the arguments we built above."""

0 commit comments

Comments
 (0)