[project @ move brandon's pipeline handling code into gaworkflow.pipeline]
[htsworkflow.git] / setup.py
index eb4f67639716d487d06e91ebe212f3a2ce866ef2..0dc2dbf6636e75111bac102be147875634c79cfe 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -6,5 +6,8 @@ setup(
   author="Diane Trout",
   author_email="diane@caltech.edu",
   packages=["uashelper"],
-  scripts=['scripts/spoolwatcher', 'scripts/copier'],
+  scripts=['scripts/spoolwatcher', 
+           'scripts/copier',
+           'scripts/retreive_config',
+           'scripts/configure_pipeline'],
 )