mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00

M PyShell.py M idlever.py M setup.py 1. Update MANIFEST.in to include all non-pure Python files 2. PyShell and idlever reflect Rev 0.9a0 3. setup.py modified to install IDLE as a collection of modules with a .pth file living at the idlelib level in site-packages. This was done to make it easier to run from the source directory prior to installing IDLE. This approach may change back to the package technique depending on what happens with the Mac installation development.
11 lines
311 B
Text
11 lines
311 B
Text
# Many of these entries are unnecessary because of the extra file copying
|
|
# built into IDLE's setup.py. However, if that should change, they may
|
|
# become necessary and meanwhile do no harm.
|
|
include *.bat
|
|
include *.def
|
|
include *.gif
|
|
include *.pyw
|
|
include *.txt
|
|
include idle
|
|
include MANIFEST.in
|
|
include MANIFEST
|