update the setup.py file to the new name for the runfolder script
authorDiane Trout <diane@caltech.edu>
Fri, 9 May 2008 03:22:39 +0000 (03:22 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 9 May 2008 03:22:39 +0000 (03:22 +0000)
setup.py

index db4b09bcdfac1e4a838177f3a44cb165fe9778cb..b66405a1d0dfc15aeb4f135ba8367b40d101071c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -16,5 +16,5 @@ setup(
            'scripts/runner',
            'scripts/retrieve_config',
            'scripts/configure_pipeline',
-           'scripts/runfolder.py'],
+           'scripts/runfolder'],
 )