X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/4f24569ebb9de3b2433cef9b2ed8dcf8ebbe8633..e39f4521d2622256ad96a5e74cfd8b420f32f9e3:/setup_win_exe.py diff --git a/setup_win_exe.py b/setup_win_exe.py index 39cf87e..e2d81c8 100755 --- a/setup_win_exe.py +++ b/setup_win_exe.py @@ -107,15 +107,15 @@ class BuildExe: self.project_version = "0.0" #License of the program - self.license = "MyApps License" + self.license = "GPL" #Auhor of program - self.author_name = "Me" - self.author_email = "example@example.com" - self.copyright = "Copyright (c) 2009 Me." + self.author_name = "Samuel Benveniste" + self.author_email = "samuel.benveniste@gmail.com" + self.copyright = "Copyright 2010 MINES-ParisTech" #Description - self.project_description = "MyApps Description" + self.project_description = "Musicothérapie Interractive avec la Wii" #Icon file (None will use pygame default icon) self.icon_file = None @@ -163,12 +163,12 @@ class BuildExe: license = self.license, # targets to build - #windows = [{ - # 'script': self.script, - # 'icon_resources': [(0, self.icon_file)], - # 'copyright': self.copyright - #}], - console = [self.script], + windows = [{ + 'script': self.script, + 'icon_resources': [(0, self.icon_file)], + 'copyright': self.copyright + }], + #console = [self.script], options = {'py2exe': {#'optimize': 2, #'bundle_files': 1, #'compressed': True,