[Python-checkins] python/dist/src setup.py,1.167,1.168

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 13 Jun 2003 13:35:13 -0700


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv19151

Modified Files:
	setup.py 
Log Message:
Install the main script for the new IDLE here.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.167
retrieving revision 1.168
diff -C2 -d -r1.167 -r1.168
*** setup.py	24 May 2003 20:21:50 -0000	1.167
--- setup.py	13 Jun 2003 20:35:11 -0000	1.168
***************
*** 1135,1139 ****
  
            # Scripts to install
!           scripts = ['Tools/scripts/pydoc']
          )
  
--- 1135,1139 ----
  
            # Scripts to install
!           scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle']
          )