From 1ba2c88b3b288ae58a2bf61e00c8405da43130f4 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 27 Mar 2008 01:13:15 +0000 Subject: [PATCH] Add runfolder.py to the list of scripts --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9b5060e..db4b09b 100644 --- a/setup.py +++ b/setup.py @@ -15,5 +15,6 @@ setup( 'scripts/copier', 'scripts/runner', 'scripts/retrieve_config', - 'scripts/configure_pipeline'], + 'scripts/configure_pipeline', + 'scripts/runfolder.py'], ) -- 2.30.2