X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=setup.py;h=135810d61bc5d277c2999e3e9faf7903858e39ba;hb=5c8ede90327c7e68cdb9a599d553778a9c32996d;hp=2063b469bb3f8ee2de9377c2ab8e97dc567c0b12;hpb=c9166beae71cfa6d65831084571e72fde3b405b2;p=tools%2Fyacsgen.git diff --git a/setup.py b/setup.py index 2063b46..135810d 100644 --- 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.1.0', + version=yacsgen_version.complete_version, author='C. Caremoli', packages=['module_generator'], scripts=['script/hxx2salome.py',]