Author: johannes Date: 2007-06-12 03:02:04 -0500 (Tue, 12 Jun 2007) New Revision: 9704
Modified: trunk/gnue-forms/packaging/osx/setup.py.dist_template Log: Version information must be string Modified: trunk/gnue-forms/packaging/osx/setup.py.dist_template =================================================================== --- trunk/gnue-forms/packaging/osx/setup.py.dist_template 2007-06-12 07:50:55 UTC (rev 9703) +++ trunk/gnue-forms/packaging/osx/setup.py.dist_template 2007-06-12 08:02:04 UTC (rev 9704) @@ -2,9 +2,9 @@ from setuptools import setup import py2app -app_name = :TITLE: -app_vers = :VERSION: -short_vers = :MAJOR:.:MINOR:.:FINAL: +app_name = ':TITLE:' +app_vers = ':VERSION:' +short_vers = ':MAJOR:.:MINOR:.:FINAL:' # Build the .app file setup( _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
