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 --- setup.cfg | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..4db0ee5 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,33 @@ +[metadata] +name = stwcs +version = 0.8 +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 = + Intended Audience :: Science/Research + License :: OSI Approved :: BSD License + Operating System :: OS Independent + Programming Language :: Python + Topic :: Scientific/Engineering :: Astronomy + Topic :: Software Development :: Libraries :: Python Modules +requires-python = >=2.5 +requires-dist = + stsci.tools (==2.9) + pywcs (==1.10-4.7) + +[files] +packages_root = lib +packages = + stwcs + stwcs.distortion + stwcs.updatewcs + stwcs.wcsutil + +[global] +commands = stsci.distutils.command.easier_install.easier_install + +[easy_install] +find-links = .. -- cgit