[Idle-dev] CVS: idle setup.py,1.11,1.12

Kurt B. Kaiser kbk@users.sourceforge.net
Thu, 02 Jan 2003 12:33:29 -0800


Update of /cvsroot/idlefork/idle
In directory sc8-pr-cvs1:/tmp/cvs-serv32339

Modified Files:
	setup.py 
Log Message:
1. Remove obsolete, incorrect comment on non-package installation
2. Add more .txt files to installation
3. Fix the reference to Visual Python, s/b VPython


Index: setup.py
===================================================================
RCS file: /cvsroot/idlefork/idle/setup.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** setup.py	24 Dec 2002 06:36:19 -0000	1.11
--- setup.py	2 Jan 2003 20:33:26 -0000	1.12
***************
*** 7,14 ****
  idle_name = "idle"
  
- # IDLE not being imported as a package by its script.  It is now being
- # installed as a collection of modules in a directory in .../site-packages/,
- # with a .pth file which will add IDLE to sys.path
- 
  # Name of 'package' to be installed in site-packages:
  pkgname = idle_name + "lib"
--- 7,10 ----
***************
*** 29,34 ****
  
  # the normal build_py would not incorporate anything but .py files
! txt_files = ['extend.txt', 'help.txt', 'CREDITS.txt', 'LICENSE.txt',
!              'README.txt']
  txt_files += ['config-extensions.def', 'config-highlight.def',
                'config-keys.def', 'config-main.def']
--- 25,30 ----
  
  # the normal build_py would not incorporate anything but .py files
! txt_files = ['extend.txt', 'help.txt', 'CREDITS.txt', 'HISTORY.txt',
!              'INSTALL.txt', 'LICENSE.txt', 'NEWS.txt', 'README.txt']
  txt_files += ['config-extensions.def', 'config-highlight.def',
                'config-keys.def', 'config-main.def']
***************
*** 102,106 ****
  
  IDLEfork is a separate line of development which was initiated by
! D. Scherer at CMU as part of Visual Python.  It features execution in a
  separate process which is newly initiated for each run.  At version 0.9
  the RPC was changed to incorporate code by GvR, which supports the
--- 98,102 ----
  
  IDLEfork is a separate line of development which was initiated by
! David Scherer at CMU as part of VPython.  It features execution in a
  separate process which is newly initiated for each run.  At version 0.9
  the RPC was changed to incorporate code by GvR, which supports the