Salome HOME
updated copyright message
[tools/yacsgen.git] / setup.py
index 06e3c8ebc93eb10a2cc812c036c1af5039582573..ff66ff5980ab1851ef3fbf9bef35207700dc8d96 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,9 @@
-# Copyright (C) 2009-2012  EDF R&D
+# Copyright (C) 2009-2023  EDF
 #
 # 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.0.0',
+      version=yacsgen_version.complete_version,
       author='C. Caremoli',
       packages=['module_generator'],
       scripts=['script/hxx2salome.py',]