From d93a10017d62f39d80167b45c1044a5e113f5994 Mon Sep 17 00:00:00 2001 From: embray Date: Wed, 22 Jun 2011 23:24:07 +0000 Subject: 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 --- defsetup.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 defsetup.py (limited to 'defsetup.py') 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"], -} - -- cgit