]> granicus.if.org Git - python/commit
M MANIFEST.in
authorKurt B. Kaiser <kbk@shore.net>
Mon, 23 Dec 2002 03:31:49 +0000 (03:31 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 23 Dec 2002 03:31:49 +0000 (03:31 +0000)
commitda4d3c1e855fd136263c02b6df8e479b7ab5075b
tree9c501de21b62bdc28f02ab2028de0330947df281
parentd6844155725af2eb53a9bc5beb74521c4d212365
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.
Lib/idlelib/MANIFEST.in
Lib/idlelib/PyShell.py
Lib/idlelib/idlever.py
Lib/idlelib/setup.py