Small corrections in prject setup file.
--- 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',