From 2da02dc8a8a5d2eb0508e346bb47c8f87ab1b986 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 9 May 2008 03:22:39 +0000 Subject: [PATCH] update the setup.py file to the new name for the runfolder script --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db4b09b..b66405a 100644 --- a/setup.py +++ b/setup.py @@ -16,5 +16,5 @@ setup( 'scripts/runner', 'scripts/retrieve_config', 'scripts/configure_pipeline', - 'scripts/runfolder.py'], + 'scripts/runfolder'], ) -- 2.30.2