[project @ make a spoolwatcher script]
[htsworkflow.git] / setup.py
index 8761e55bd9701b3cb2d1218aeefcf113d64272e5..b21419383f5b75f33e46bfecc0e4cfad547322a2 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'],
 )