comparison 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
comparison
equal deleted inserted replaced
354:e244f259be2b 355:4cbc1ff98a2c
74 ], 74 ],
75 }, 75 },
76 'py2app': { 76 'py2app': {
77 'argv_emulation': 1, 77 'argv_emulation': 1,
78 'iconfile': 'data/icons/foxassault.icns', 78 'iconfile': 'data/icons/foxassault.icns',
79 'dist_dir': 'dist/foxassault-%s' % version.VERSION_STR, 79 # 'dist_dir': 'dist/foxassault-%s' % version.VERSION_STR,
80 # 'bdist_base': 'build/bdist',
80 'packages': [ 81 'packages': [
81 'logging', 'encodings', 'pygame', 'pgu', 'gamelib', 'data', 82 'logging', 'encodings', 'pygame', 'pgu', 'gamelib', 'data',
82 ], 83 ],
83 'resources': ['share'],
84 'excludes': ['numpy'], 84 'excludes': ['numpy'],
85 }}, 85 }},
86 data_files = [ 86 data_files = [
87 'COPYRIGHT', 87 'COPYRIGHT',
88 'COPYING', 88 'COPYING',