diff setup.py @ 355:4cbc1ff98a2c

Mac OS X packaging happy.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 05 Sep 2009 23:50:37 +0000
parents 1b35fceccaaa
children
line wrap: on
line diff
--- a/setup.py	Sat Sep 05 23:48:31 2009 +0000
+++ b/setup.py	Sat Sep 05 23:50:37 2009 +0000
@@ -76,11 +76,11 @@
             'py2app': {
                 'argv_emulation': 1,
                 'iconfile': 'data/icons/foxassault.icns',
-                'dist_dir': 'dist/foxassault-%s' % version.VERSION_STR,
+#                 'dist_dir': 'dist/foxassault-%s' % version.VERSION_STR,
+#                 'bdist_base': 'build/bdist',
                 'packages': [
                     'logging', 'encodings', 'pygame', 'pgu', 'gamelib', 'data',
                 ],
-                'resources': ['share'],
                 'excludes': ['numpy'],
             }},
             data_files = [