From 39d563437a4ce3c215ac458dc02ba3d3fac5ce51 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Fri, 16 Nov 2007 12:58:57 +0000 Subject: [PATCH] *** empty log message *** --- Aster/sdist.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Aster/sdist.py b/Aster/sdist.py index c9c481c3..51a8ebab 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -22,7 +22,7 @@ import os,shutil,glob,sys import types -version="$Name: $"[7:-2] or 'Test1_4' +version="$Name: V1_13a1 $"[7:-2] or 'Test1_4' # ==========Path du noyau fourni par Aster==================== path_Noyau="../../AccasAster" # ============================================================ @@ -37,6 +37,7 @@ def main(): copyfiles('.',path_distrib,['LICENSE.TERMS','INSTALL','NEWS']) copyfiles('../Editeur',os.path.join(path_distrib,'Editeur'),['*.py','faqs.txt']) + copyfiles('../InterfaceTK',os.path.join(path_distrib,'InterfaceTK'),['*.py','faqs.txt']) copyfiles('../Traducteur',os.path.join(path_distrib,'Traducteur'),['*.py']) copyfiles('../Ihm',os.path.join(path_distrib,'Ihm'),['*.py']) copyfiles('../Extensions',os.path.join(path_distrib,'Extensions'),['*.py']) -- 2.39.2