From dfea192ad4317aab757989b0c815a5146b0d6336 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 23 May 2009 17:13:14 +0000 Subject: install 2to3, overwritting any old installations #5756 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4adfd4..2738eec 100644 --- a/setup.py +++ b/setup.py @@ -1666,7 +1666,8 @@ def main(): # called unless there's at least one extension module defined. ext_modules=[Extension('_struct', ['_struct.c'])], - scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3"] + scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3", + "Tools/scripts/2to3"] ) # --install-platlib -- cgit v0.12