diff options
author | dencheva <dencheva@stsci.edu> | 2008-12-22 09:25:37 -0500 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2008-12-22 09:25:37 -0500 |
commit | e6b107260a28f7e5909333fbf208c5ad3280b424 (patch) | |
tree | 4f552fd373d2a738e0ec9b0f74d8dbcf99f4388e /defsetup.py | |
parent | ee923d86a40c6a32608c833ae46a8a7e82756dd8 (diff) | |
download | stwcs_hcf-e6b107260a28f7e5909333fbf208c5ad3280b424.tar.gz |
Changed names
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7408 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'defsetup.py')
-rw-r--r-- | defsetup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/defsetup.py b/defsetup.py index 0c4de95..5d04f2a 100644 --- a/defsetup.py +++ b/defsetup.py @@ -1,12 +1,12 @@ import sys -pkg = ["hstwcs", 'hstwcs.updatewcs', 'hstwcs.wcsutil', 'hstwcs.distortion'] +pkg = ["updatewcs", 'updatewcs.hstwcs', 'updatewcs.wcsutil', 'updatewcs.distortion'] setupargs = { 'version' : "0.1", 'description' : "Recomputes the WCS of an HST observation and puts all istortion corrections in the headers.", - 'package_dir': {'hstwcs':'lib', 'hstwcs.updatewcs': 'updatewcs', - 'hstwcs.wcsutil': 'wcsutil', 'hstwcs.distortion': 'distortion'}, + 'package_dir': {'updatewcs':'lib', 'updatewcs.hstwcs': 'hstwcs', + 'updatewcs.wcsutil': 'wcsutil', 'updatewcs.distortion': 'distortion'}, 'author' : "Nadia Dencheva, Warren Hack", 'author_email' : "help@stsci.edu", |