summaryrefslogtreecommitdiff
path: root/defsetup.py
diff options
context:
space:
mode:
authorembray <embray@stsci.edu>2011-06-22 19:24:07 -0400
committerembray <embray@stsci.edu>2011-06-22 19:24:07 -0400
commitd93a10017d62f39d80167b45c1044a5e113f5994 (patch)
tree07967ea82a8550f8a8423bbe30046e798cf6c98e /defsetup.py
parent708b4f32ac133fdb6157ec6e243dc76e32f9a84b (diff)
downloadstwcs_hcf-d93a10017d62f39d80167b45c1044a5e113f5994.tar.gz
Redoing the r13221-13223 merge in the actual trunk now. This updates trunk to the setup_refactoring branch (however, coords, pysynphot, and pywcs are still being pulled from the astrolib setup_refactoring branch. Will have to do that separately then update the svn:externals)
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13225 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'defsetup.py')
-rw-r--r--defsetup.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/defsetup.py b/defsetup.py
deleted file mode 100644
index 2e6d782..0000000
--- a/defsetup.py
+++ /dev/null
@@ -1,18 +0,0 @@
-from __future__ import division # confidence high
-
-import sys
-
-pkg = ["stwcs", 'stwcs.updatewcs', 'stwcs.wcsutil', 'stwcs.distortion']
-
-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.updatewcs': 'updatewcs',
- 'stwcs.wcsutil': 'wcsutil', 'stwcs.distortion': 'distortion'},
-
- 'author' : "Nadia Dencheva, Warren Hack",
- 'author_email' : "help@stsci.edu",
- 'license' : "http://www.stsci.edu/resources/software_hardware/pyraf/LICENSE",
- 'platforms' : ["Linux","Solaris","Mac OS X", "Windows"],
-}
-