From: Guido van Rossum Date: Fri, 13 Jun 2003 20:35:11 +0000 (+0000) Subject: Install the main script for the new IDLE here. X-Git-Tag: v2.3c1~466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=373ef3771543e2b5bc71414950a1f5c4a53b03bf;p=python Install the main script for the new IDLE here. --- diff --git a/setup.py b/setup.py index 99b6cfffbe..76005a1459 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