From c4e305254352caf80de399bcc1fb559c63709548 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Tue, 7 Jun 2005 12:46:39 +0000 Subject: [PATCH] changement des catalogues --- Aster/alphasdist.py | 1 + Aster/sdist.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Aster/alphasdist.py b/Aster/alphasdist.py index 7dadcfbf..519b074e 100644 --- a/Aster/alphasdist.py +++ b/Aster/alphasdist.py @@ -68,6 +68,7 @@ def main(): 'properties.py', 'eficas_aster.py', ]) + copyfiles('../Aster/Cata',os.path.join(path_distrib,'Aster'),['aster.py',]) copyfiles('../convert',os.path.join(path_distrib,'convert'),['*.py']) copyfiles('../convert/Parserv5',os.path.join(path_distrib,'convert','Parserv5'),['*.py']) diff --git a/Aster/sdist.py b/Aster/sdist.py index 938d66ab..19bfeb14 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -55,11 +55,13 @@ def main(): copyfiles('Cata/pre74',os.path.join(path_distrib,'Aster','Cata','pre74'),['*.py']) copyfiles('Cata/cataSTA5',os.path.join(path_distrib,'Aster','Cata','cataSTA5'),['*.py']) copyfiles('Cata/cataSTA6',os.path.join(path_distrib,'Aster','Cata','cataSTA6'),['*.py']) + copyfiles('Cata/cataSTA6/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA6','Macro'),['*.py']) copyfiles('Cata/cataSTA73',os.path.join(path_distrib,'Aster','Cata','cataSTA73'),['*.py']) copyfiles('Cata/cataSTA73/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA73','Macro'),['*.py']) copyfiles('Cata/cataSTA74',os.path.join(path_distrib,'Aster','Cata','cataSTA74'),['*.py']) copyfiles('Cata/cataSTA74/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA74','Macro'),['*.py']) copyfiles('Cata/cataSTA8',os.path.join(path_distrib,'Aster','Cata','cataSTA8'),['*.py']) + copyfiles('../Aster/Cata',os.path.join(path_distrib,'Aster'),['aster.py',]) copyfiles('../convert',os.path.join(path_distrib,'convert'),['*.py']) copyfiles('../convert/Parserv5',os.path.join(path_distrib,'convert','Parserv5'),['*.py']) -- 2.39.2