|
From: Kevin A. <ka...@us...> - 2004-08-18 23:08:10
|
Update of /cvsroot/pythoncard/PythonCard In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2369 Modified Files: setup.py Log Message: added templates.dialogs Index: setup.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/setup.py,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** setup.py 18 Aug 2004 22:52:48 -0000 1.20 --- setup.py 18 Aug 2004 23:08:01 -0000 1.21 *************** *** 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"], --- 93,97 ---- long_description = longdescription, platforms = "Mac OS X, Windows, Linux", ! packages=[APPLICATION_NAME, APPLICATION_NAME + ".components", APPLICATION_NAME + ".templates", APPLICATION_NAME + ".templates.dialogs"], package_dir={APPLICATION_NAME: '.'}, scripts=["install-pythoncard.py"], |