diff options
author | Guido van Rossum <guido@python.org> | 2003-06-13 20:35:11 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-06-13 20:35:11 +0000 |
commit | da6ec62e9e92a7049f6541e34dca8cad42d9780c (patch) | |
tree | f898167c5928092a1f132b010bd387321620538c /setup.py | |
parent | 8a92a09a7e0e9f6ababa32e335ec9cb1dd62d103 (diff) | |
download | cpython-da6ec62e9e92a7049f6541e34dca8cad42d9780c.tar.gz |
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 |