update setup.py for some package renames and some missing scripts
authorDiane Trout <diane@caltech.edu>
Tue, 28 Oct 2008 21:25:00 +0000 (21:25 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 28 Oct 2008 21:25:00 +0000 (21:25 +0000)
setup.py

index 0cc5fb50980a25db286f5a6e5858da00ad334679..016b16cbd18760ffbb4ca8cc351c93570a6d15a6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -6,9 +6,9 @@ setup(
   author="Diane Trout & Brandon King",
   author_email="diane@caltech.edu",
   packages=["htsworkflow", 
-            "htsworkflow.pipeline",
+            "htsworkflow.pipelines",
             "htsworkflow.frontend",
-            "htsworkflow.frontend.fctracker",
+            "htsworkflow.frontend.samples",
             "htsworkflow.frontend.eland_config"           
              ],
   scripts=[
@@ -17,10 +17,11 @@ setup(
         'scripts/gerald2bed.py',
         'scripts/library.py',
         'scripts/makebed',
-        'scripts/spoolwatcher', 
         'scripts/rerun_eland.py',
         'scripts/retrieve_config',
         'scripts/runfolder',
         'scripts/runner',
+        'scripts/spoolwatcher', 
+        'scripts/srf',
         ],
 )