changeset 668:700ebab5240a

Tweak setup.py for py2exe
author Neil Muller <drnlmuller@gmail.com>
date Sun, 08 Sep 2013 17:47:11 +0200
parents 59d28ed05f7c
children 30ae339d7224
files setup.py
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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={