diff options
author | Guido van Rossum <guido@python.org> | 2003-06-13 20:35:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-06-13 20:35:11 (GMT) |
commit | 373ef3771543e2b5bc71414950a1f5c4a53b03bf (patch) | |
tree | 0a25288e3158674eea0b9bab5fb010381cc41b51 /setup.py | |
parent | ab537e92f314b90d23fc878ad414713dda780afe (diff) | |
download | cpython-373ef3771543e2b5bc71414950a1f5c4a53b03bf.zip cpython-373ef3771543e2b5bc71414950a1f5c4a53b03bf.tar.gz cpython-373ef3771543e2b5bc71414950a1f5c4a53b03bf.tar.bz2 |
Install the main script for the new IDLE here.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |