From 373ef3771543e2b5bc71414950a1f5c4a53b03bf Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 13 Jun 2003 20:35:11 +0000 Subject: [PATCH] Install the main script for the new IDLE here. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99b6cfffbed4..76005a145947 100644 --- a/setup.py +++ b/setup.py @@ -1134,7 +1134,7 @@ def main(): ext_modules=[Extension('struct', ['structmodule.c'])], # Scripts to install - scripts = ['Tools/scripts/pydoc'] + scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle'] ) # --install-platlib -- 2.47.3