From a4081a38404b8759a185638fb49687c196153464 Mon Sep 17 00:00:00 2001 From: dencheva Date: Mon, 28 Apr 2014 19:44:02 +0000 Subject: changes to use astropy instead of pyfits and pywcs git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@31240 fe389314-cf27-0410-b35b-8c050e845b92 --- setup.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 7835557..667ba60 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = stwcs -version = 1.1.4.dev +version = 1.2.0.dev author = Nadia Dencheva, Warren Hack author-email = help@stsci.edu summary = Recomputes the WCS of an HST observation and puts all distortion corrections in the headers home-page = http://www.stsci.edu/resources/software_hardware/stsci_python -classifier = +classifier = Intended Audience :: Science/Research License :: OSI Approved :: BSD License Operating System :: OS Independent @@ -14,19 +14,19 @@ classifier = Topic :: Scientific/Engineering :: Astronomy Topic :: Software Development :: Libraries :: Python Modules requires-python = >=2.6 -requires-dist = +requires-dist = stsci.tools - pywcs + astropy(>=0.3.1) [files] packages_root = lib -packages = +packages = stwcs stwcs.distortion stwcs.updatewcs stwcs.wcsutil stwcs.gui -data_files = +data_files = stwcs/gui = lib/stwcs/gui/*.help stwcs/gui/pars = lib/stwcs/gui/pars/* stwcs/gui/htmlhelp = lib/stwcs/gui/htmlhelp/* @@ -35,7 +35,7 @@ data_files = pre-hook.glob-data-files = stsci.distutils.hooks.glob_data_files [global] -setup_hooks = +setup_hooks = stsci.distutils.hooks.tag_svn_revision stsci.distutils.hooks.version_setup_hook stsci.distutils.hooks.use_packages_root -- cgit