# HG changeset patch # User Neil Muller # Date 1378655231 -7200 # Node ID 700ebab5240a8cebb43437e6676504f455ae9497 # Parent 59d28ed05f7c5a96ecaaf07933cb6692fa81be51 Tweak setup.py for py2exe diff -r 59d28ed05f7c -r 700ebab5240a setup.py --- a/setup.py Sun Sep 08 12:35:33 2013 +0200 +++ b/setup.py Sun Sep 08 17:47:11 2013 +0200 @@ -60,8 +60,8 @@ 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: MacOS :: MacOS X', - 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', 'Topic :: Games/Entertainment :: Role-Playing', 'Topic :: Games/Entertainment :: Arcade', ], @@ -82,10 +82,8 @@ ], # py2exe - console=['scripts/testconsole.py'], windows=[{ 'script': 'scripts/nagslang', - 'icon_resources': [(0, "data/icons/program/icon.ico")], }], app=['scripts/nagslang'], options={