From a4058016b1cd3f31c4347a08899835721dd23c91 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Tue, 16 Jun 2009 18:22:39 +0000 Subject: [PATCH] Updated installtion script: * Was missing some newer django apps * Was missing mark_archived_data script --- setup.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 016b16c..a1d2fc7 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,14 @@ setup( packages=["htsworkflow", "htsworkflow.pipelines", "htsworkflow.frontend", + "htsworkflow.analysis", + "htsworkflow.frontend.eland_config", + "htsworkflow.frontend.experiments", + "htsworkflow.frontend.inventory", + "htsworkflow.frontend.reports", "htsworkflow.frontend.samples", - "htsworkflow.frontend.eland_config" + "htsworkflow.automation", + "htsworkflow.util" ], scripts=[ 'scripts/configure_pipeline', @@ -23,5 +29,6 @@ setup( 'scripts/runner', 'scripts/spoolwatcher', 'scripts/srf', + 'scripts/mark_archived_data' ], ) -- 2.30.2