Rename trunk from gaworkflow to htsworkflow (and update all of the imports)
[htsworkflow.git] / setup.py
index 2229ed6b023ede2c73a331889cb79c8263311e12..0cc5fb50980a25db286f5a6e5858da00ad334679 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,15 +1,15 @@
 from setuptools import setup
 
 setup(
-  name="gaworkflow",
+  name="htsworkflow",
   description="some bots and other utilities to help deal with data from an illumina sequencer",
   author="Diane Trout & Brandon King",
   author_email="diane@caltech.edu",
-  packages=["gaworkflow", 
-            "gaworkflow.pipeline",
-            "gaworkflow.frontend",
-            "gaworkflow.frontend.fctracker",
-            "gaworkflow.frontend.eland_config"           
+  packages=["htsworkflow", 
+            "htsworkflow.pipeline",
+            "htsworkflow.frontend",
+            "htsworkflow.frontend.fctracker",
+            "htsworkflow.frontend.eland_config"           
              ],
   scripts=[
         'scripts/configure_pipeline',