X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/cb25c1d036a07cb8dee77be1c3ba7a733e8190a4..HEAD:/setup_win_exe.py diff --git a/setup_win_exe.py b/setup_win_exe.py index 82e5126..9fb24c4 100755 --- a/setup_win_exe.py +++ b/setup_win_exe.py @@ -72,13 +72,13 @@ class BuildExe: #self.script = "src/minwii/runminwii.py" #Name of program - self.project_name = "MINWii" + self.project_name = "MINDs" #Project url - self.project_url = "about:none" + self.project_url = "http://minwii.org" #Version of program - self.project_version = "2.0.1" + self.project_version = "2.0.2" #License of the program self.license = "GPL" @@ -89,7 +89,7 @@ class BuildExe: self.copyright = "Copyright 2010-2011 MINES-ParisTech" #Description - self.project_description = "Musicothérapie Interractive avec la Wiimote" + self.project_description = "Musique Interactive Numérique pour les Démences" #Icon file (None will use pygame default icon) self.icon_file = 'minwii.ico'