From 8200f7d021b6c4dc33ffe87352be00a5b00af700 Mon Sep 17 00:00:00 2001 From: hack Date: Fri, 28 Oct 2011 16:58:53 +0000 Subject: Fixed a problem with the specification of how to install 'stwcs.gui'. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13921 fe389314-cf27-0410-b35b-8c050e845b92 --- defsetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defsetup.py') diff --git a/defsetup.py b/defsetup.py index eb681e8..423306a 100644 --- a/defsetup.py +++ b/defsetup.py @@ -7,7 +7,7 @@ pkg = ["stwcs", 'stwcs.updatewcs', 'stwcs.wcsutil', 'stwcs.distortion', 'stwcs. 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', 'lib/stwcs/gui', + 'package_dir': {'stwcs':'lib/stwcs', 'stwcs.updatewcs': 'lib/stwcs/updatewcs', 'stwcs.gui':'lib/stwcs/gui', 'stwcs.wcsutil': 'lib/stwcs/wcsutil', 'stwcs.distortion': 'lib/stwcs/distortion'}, 'author' : "Nadia Dencheva, Warren Hack", -- cgit