[project @ rename python module to gaworkflow from uashelper]
[htsworkflow.git] / setup.py
index 8761e55bd9701b3cb2d1218aeefcf113d64272e5..eb4f67639716d487d06e91ebe212f3a2ce866ef2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -5,6 +5,6 @@ setup(
   description="some bots and other utilities to help deal with data from an illumina sequencer",
   author="Diane Trout",
   author_email="diane@caltech.edu",
-  packages="uashelper",
-  scripts=[],
+  packages=["uashelper"],
+  scripts=['scripts/spoolwatcher', 'scripts/copier'],
 )