• Kurt B. Kaiser's avatar
    M MANIFEST.in · da4d3c1e
    Kurt B. Kaiser yazdı
    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.
    da4d3c1e
MANIFEST.in 311 Bytes
# 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