cpython/Lib/idlelib/MANIFEST.in
Kurt B. Kaiser da4d3c1e85 M MANIFEST.in
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.
2002-12-23 03:31:49 +00:00

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