[Yt-svn] yt-commit r448 - trunk

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu May 8 13:47:46 PDT 2008


Author: mturk
Date: Thu May  8 13:47:44 2008
New Revision: 448
URL: http://yt.spacepope.org/changeset/448

Log:
If you want to build a .app file, uncomment this line.



Modified:
   trunk/setup.py

Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py	(original)
+++ trunk/setup.py	Thu May  8 13:47:44 2008
@@ -44,7 +44,7 @@
         author_email="matt at yt.spacepope.org",
         license="GPL-3",
         configuration=configuration,
-        app=APP, data_files=DATA_FILES, options={'py2app':OPTIONS},
+        #app=APP, data_files=DATA_FILES, options={'py2app':OPTIONS},
         )
     return
 



More information about the yt-svn mailing list