summaryrefslogtreecommitdiff
path: root/defsetup.py
diff options
context:
space:
mode:
authorsienkiew <sienkiew@stsci.edu>2011-07-30 18:45:45 -0400
committersienkiew <sienkiew@stsci.edu>2011-07-30 18:45:45 -0400
commitcb63cdde873bfaaeb2cc6b4189ac1d6398205711 (patch)
treea3db25f528c0ab650eb9519b67e1556da5c99e95 /defsetup.py
parenta139160b99151ee0c06610af7cfe7f42375ec7c4 (diff)
downloadstwcs_hcf-cb63cdde873bfaaeb2cc6b4189ac1d6398205711.tar.gz
temporarily revert to the old install system
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13423 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'defsetup.py')
-rw-r--r--defsetup.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/defsetup.py b/defsetup.py
new file mode 100644
index 0000000..9ea8cea
--- /dev/null
+++ b/defsetup.py
@@ -0,0 +1,18 @@
+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', 'stwcs.updatewcs': 'lib/stwcs/updatewcs',
+ 'stwcs.wcsutil': 'lib/stwcs/wcsutil', 'stwcs.distortion': 'lib/stwcs/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"],
+}
+