summaryrefslogtreecommitdiff
path: root/defsetup.py
diff options
context:
space:
mode:
authorhack <hack@stsci.edu>2011-10-28 12:58:53 -0400
committerhack <hack@stsci.edu>2011-10-28 12:58:53 -0400
commit8200f7d021b6c4dc33ffe87352be00a5b00af700 (patch)
tree84837e9d0c43c23f5d2a4e74c6c0cd4304f309cc /defsetup.py
parentdaceee76df36789b8ff239a3633ecb21812e8895 (diff)
downloadstwcs_hcf-8200f7d021b6c4dc33ffe87352be00a5b00af700.tar.gz
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
Diffstat (limited to 'defsetup.py')
-rw-r--r--defsetup.py2
1 files changed, 1 insertions, 1 deletions
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",