comparison setup.py @ 773:317e93b7d586 default tip

Python: Remove the GTK menu
author Link Mauve <linkmauve@linkmauve.fr>
date Mon, 28 Apr 2025 13:03:20 +0200
parents 4fa0a8e7d941
children
comparison
equal deleted inserted replaced
772:7492d384d122 773:317e93b7d586
195 'MAX_ELEMENTS': 640 * 4 * 3, 195 'MAX_ELEMENTS': 640 * 4 * 3,
196 'MAX_SOUNDS': 26, 196 'MAX_SOUNDS': 26,
197 'USE_OPENGL': use_opengl}), 197 'USE_OPENGL': use_opengl}),
198 scripts=['scripts/pytouhou'] + (['scripts/anmviewer'] if anmviewer else []), 198 scripts=['scripts/pytouhou'] + (['scripts/anmviewer'] if anmviewer else []),
199 packages=['pytouhou'], 199 packages=['pytouhou'],
200 package_data={'pytouhou': ['data/menu.glade']},
201 **extra) 200 **extra)
202 201
203 202
204 # Remove the link afterwards 203 # Remove the link afterwards
205 if os.path.exists(temp_data_dir): 204 if os.path.exists(temp_data_dir):