Salome HOME
[PY3] Remove obsolete imports
[tools/yacsgen.git] / setup.py
index 0acdf7129da7cbbef8710edcd5d1b1ac8be647ed..135810d61bc5d277c2999e3e9faf7903858e39ba 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015  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
@@ -18,8 +18,9 @@
 #
 
 from distutils.core import setup
+from module_generator import yacsgen_version
 setup(name='YACSGEN',
-      version='7.7.0',
+      version=yacsgen_version.complete_version,
       author='C. Caremoli',
       packages=['module_generator'],
       scripts=['script/hxx2salome.py',]