|
From: Kevin A. <ka...@us...> - 2004-08-18 06:59:41
|
Update of /cvsroot/pythoncard/PythonCard In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3690 Modified Files: setup.py Log Message: added templates dir to setup.py and modified minimum requirements Index: setup.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/setup.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** setup.py 12 Apr 2004 16:30:09 -0000 1.17 --- setup.py 17 Aug 2004 23:27:40 -0000 1.18 *************** *** 61,65 **** return listX ! def makeDataDirs(rootDir=APPLICATION_NAME, dataDirs=['.', 'docs','samples','tools']): "Construct a list of the data directories to be included" # This function will return a list of tuples, each tuple being of the form; --- 61,65 ---- return listX ! def makeDataDirs(rootDir=APPLICATION_NAME, dataDirs=['.', 'docs','samples','templates', 'tools']): "Construct a list of the data directories to be included" # This function will return a list of tuples, each tuple being of the form; |