comparison setup.py @ 632:ef7018eaaec2

Update setup.py
author Simon Cross <hodgestar@gmail.com>
date Sun, 08 Sep 2013 01:30:55 +0200
parents e3ec67b04c03
children 958db47db179
comparison
equal deleted inserted replaced
631:6da2e60d25eb 632:ef7018eaaec2
30 version=VERSION_STR, 30 version=VERSION_STR,
31 description="naglsang: Game for PyWeek 17", 31 description="naglsang: Game for PyWeek 17",
32 32
33 author=(", ".join([ 33 author=(", ".join([
34 "Simon Cross", 34 "Simon Cross",
35 "Oliver Hambsch", 35 "David Fraser",
36 "Anna Malczyk",
37 "Neil Muller", 36 "Neil Muller",
38 "Adrianna Pinska", 37 "Adrianna Pinska",
39 "Stefano Rivera", 38 "Stefano Rivera",
40 "David Sharpe", 39 "David Sharpe",
41 "Jeremy Thurgood", 40 "Jeremy Thurgood",
95 'dist_dir': 'dist/nagslang-%s' % VERSION_STR, 94 'dist_dir': 'dist/nagslang-%s' % VERSION_STR,
96 'packages': [ 95 'packages': [
97 'logging', 'encodings', 'nagslang', 96 'logging', 'encodings', 'nagslang',
98 ], 97 ],
99 'includes': [ 98 'includes': [
100 'pygame', 99 'pygame', 'pymunk',
101 ], 100 ],
102 'excludes': [ 101 'excludes': [
103 'numpy', 102 'numpy',
104 ], 103 ],
105 'ignores': [ 104 'ignores': [
119 'py2app': { 118 'py2app': {
120 'app': ['run_game.py'], 119 'app': ['run_game.py'],
121 'argv_emulation': True, 120 'argv_emulation': True,
122 'iconfile': 'data/icons/program/icon.icns', 121 'iconfile': 'data/icons/program/icon.icns',
123 'packages': [ 122 'packages': [
124 'logging', 'encodings', 'pygame', 'nagslang', 'data', 123 'logging', 'encodings', 'pygame', 'pymunk', 'nagslang', 'data',
125 ], 124 ],
126 'excludes': ['numpy'], 125 'excludes': ['numpy'],
127 }}, 126 }},
128 data_files=[ 127 data_files=[
129 # 'COPYRIGHT', 128 # 'COPYRIGHT',