From daceee76df36789b8ff239a3633ecb21812e8895 Mon Sep 17 00:00:00 2001 From: hack Date: Fri, 28 Oct 2011 15:37:10 +0000 Subject: Update the STWCS installation scripts to install the new 'gui' package. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13920 fe389314-cf27-0410-b35b-8c050e845b92 --- defsetup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'defsetup.py') diff --git a/defsetup.py b/defsetup.py index 9ea8cea..eb681e8 100644 --- a/defsetup.py +++ b/defsetup.py @@ -2,12 +2,12 @@ from __future__ import division # confidence high import sys -pkg = ["stwcs", 'stwcs.updatewcs', 'stwcs.wcsutil', 'stwcs.distortion'] +pkg = ["stwcs", 'stwcs.updatewcs', 'stwcs.wcsutil', 'stwcs.distortion', 'stwcs.gui'] setupargs = { 'version' : "0.8", 'description' : "Recomputes the WCS of an HST observation and puts all istortion corrections in the headers.", - 'package_dir': {'stwcs':'lib/stwcs', 'stwcs.updatewcs': 'lib/stwcs/updatewcs', + 'package_dir': {'stwcs':'lib/stwcs', 'stwcs.updatewcs': 'lib/stwcs/updatewcs', 'lib/stwcs/gui', 'stwcs.wcsutil': 'lib/stwcs/wcsutil', 'stwcs.distortion': 'lib/stwcs/distortion'}, 'author' : "Nadia Dencheva, Warren Hack", -- cgit