[Idle-dev] CVS: idle setup.py,1.2,1.3
Kurt B. Kaiser
kbk@users.sourceforge.net
Fri, 13 Jul 2001 22:48:46 -0700
Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv10788
Modified Files:
setup.py
Log Message:
Installing Idle to site-packages via Distutils does not
copy the Idle help.txt file.
Ref SF Python Patch 422471
Index: setup.py
===================================================================
RCS file: /cvsroot/idlefork/idle/setup.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** setup.py 2001/07/04 03:15:10 1.2
--- setup.py 2001/07/14 05:48:44 1.3
***************
*** 9,13 ****
# the normal build_py would not incorporate the .txt files
! txt_files = ['config-unix.txt','config-win.txt','config.txt']
Icons = glob.glob1("Icons","*.gif")
class idle_build_py(build_py):
--- 9,13 ----
# the normal build_py would not incorporate the .txt files
! txt_files = ['config-unix.txt','config-win.txt','config.txt', 'help.txt']
Icons = glob.glob1("Icons","*.gif")
class idle_build_py(build_py):