Salome HOME
Small fix for Python3
[tools/yacsgen.git] / setup.py
index bc94716162e6e956c8d6d644f150aca880c0ea85..135810d61bc5d277c2999e3e9faf7903858e39ba 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,9 @@
-# Copyright (C) 2009-2013  EDF R&D
+# Copyright (C) 2009-2016  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,8 +18,9 @@
 #
 
 from distutils.core import setup
+from module_generator import yacsgen_version
 setup(name='YACSGEN',
-      version='7.3.0',
+      version=yacsgen_version.complete_version,
       author='C. Caremoli',
       packages=['module_generator'],
       scripts=['script/hxx2salome.py',]