X-Git-Url: https://scm.cri.minesparis.psl.eu/git/minwii.git/blobdiff_plain/6b1eaea2190cdef6f64d82f395b58867411ea7c1..8e408f7be7e00d2d95cdb3fde4dd01a19d7189e7:/setup_win_exe.py?ds=inline

diff --git a/setup_win_exe.py b/setup_win_exe.py
index 511c94d..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.0"
+        self.project_version = "2.0.2"
 
         #License of the program
         self.license = "GPL"
@@ -86,10 +86,10 @@ class BuildExe:
         #Auhor of program
         self.author_name = "Samuel Benveniste"
         self.author_email = "samuel.benveniste@gmail.com"
-        self.copyright = "Copyright 2010 MINES-ParisTech"
+        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'