Commit da6ec62e authored by Guido van Rossum's avatar Guido van Rossum

Install the main script for the new IDLE here.

parent 8a92a09a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment