comparison setup.py @ 633:38928d4d6709

package_data doesn’t work with no package specified, add the pytouhou package back.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 23 May 2015 11:54:20 +0200
parents 6c40f5840a06
children 5270c34b4c00
comparison
equal deleted inserted replaced
632:2d695ac78c94 633:38928d4d6709
188 compile_time_env={'MAX_TEXTURES': 128, 188 compile_time_env={'MAX_TEXTURES': 128,
189 'MAX_ELEMENTS': 640 * 4 * 3, 189 'MAX_ELEMENTS': 640 * 4 * 3,
190 'MAX_SOUNDS': 26, 190 'MAX_SOUNDS': 26,
191 'USE_OPENGL': use_opengl}), 191 'USE_OPENGL': use_opengl}),
192 scripts=['scripts/pytouhou'] + (['scripts/anmviewer'] if anmviewer else []), 192 scripts=['scripts/pytouhou'] + (['scripts/anmviewer'] if anmviewer else []),
193 packages=['pytouhou'],
193 package_data={'pytouhou': ['data/menu.glade']}, 194 package_data={'pytouhou': ['data/menu.glade']},
194 **extra) 195 **extra)
195 196
196 197
197 # Remove the link afterwards 198 # Remove the link afterwards