mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Install the main script for the new IDLE here.
This commit is contained in:
parent
ab537e92f3
commit
373ef37715
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue