Small corrections in prject setup file.
authorymh <ymh.work@gmail.com>
Fri, 16 Mar 2018 18:54:11 +0100
changeset 691 8454f9cda0ca
parent 690 5b6102a80205
child 692 b7d19cd87fcf
child 702 2a6e667b1610
Small corrections in prject setup file.
src/setup.py
--- a/src/setup.py	Wed Apr 11 12:16:42 2018 +0200
+++ b/src/setup.py	Fri Mar 16 18:54:11 2018 +0100
@@ -53,7 +53,7 @@
     root_dir = os.path.dirname(__file__)
     if root_dir != '':
         os.chdir(root_dir)
-    source_dirs = ['hdabo', 'hdalab']
+    source_dirs = ['hdalab', 'hdabo']
 
     version_variables = {}
     try:
@@ -120,7 +120,7 @@
         scripts=[],
         url='http://www.iri.centrepompidou.fr/dev/hg/hdabo',
         license='CECILL-C',
-        description='projet Irinotes',
+        description='projet HDALab',
         long_description=long_description,
         classifiers=[
             'Development Status :: 4 - Beta',