From: Kevin A. <ka...@us...> - 2004-08-18 22:52:56
|
Update of /cvsroot/pythoncard/PythonCard In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31887 Modified Files: setup.py Log Message: one more attempt to fix setup.py Index: setup.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/setup.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** setup.py 18 Aug 2004 22:18:49 -0000 1.19 --- setup.py 18 Aug 2004 22:52:48 -0000 1.20 *************** *** 61,65 **** return listX ! def makeDataDirs(rootDir=APPLICATION_NAME, dataDirs=['.', 'docs','samples','templates', 'tests', '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', '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; *************** *** 93,97 **** long_description = longdescription, platforms = "Mac OS X, Windows, Linux", ! packages=[APPLICATION_NAME, APPLICATION_NAME + ".components"], package_dir={APPLICATION_NAME: '.'}, scripts=["install-pythoncard.py"], --- 93,97 ---- long_description = longdescription, platforms = "Mac OS X, Windows, Linux", ! packages=[APPLICATION_NAME, APPLICATION_NAME + ".components", APPLICATION_NAME + ".templates"], package_dir={APPLICATION_NAME: '.'}, scripts=["install-pythoncard.py"], |