Passage à MINDs 2.0.2.
authorpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Tue, 27 Sep 2011 08:48:51 +0000 (08:48 +0000)
committerpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Tue, 27 Sep 2011 08:48:51 +0000 (08:48 +0000)
git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@391 fe552daf-6dbe-4428-90eb-1537e0879342

setup.py
setup_win_exe.py

index 4e8e5b2..41e584f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -5,9 +5,9 @@ $URL$
 """
 from distutils.core import setup
 
-setup(name='MINWii',
-      version='2.0',
-      description='Musicochérapie Interractive Numérique avec la Wiimote',
+setup(name='MINDs',
+      version='2.0.2',
+      description='Musique Interactive Numérique pour les Démences',
       author='Samuel Benveniste',
       author_email='samuel.benveniste@gmail.com',
       # url='',
index 82e5126..9fb24c4 100755 (executable)
@@ -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'