diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index e179423..0000000 --- a/setup.cfg +++ /dev/null @@ -1,41 +0,0 @@ -[metadata] -name = stwcs -version = 0.9 -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 (==3.0) - pywcs (>=1.10) - -[files] -packages_root = lib -packages = - stwcs - stwcs.distortion - stwcs.updatewcs - stwcs.wcsutil - -[global] -commands = stsci.distutils.command.easier_install.easier_install - -[sdist] -pre-hook.svn-info = stsci.distutils.hooks.svn_info_pre_hook -post-hook.svn-info = stsci.distutils.hooks.svn_info_post_hook - -[build_py] -pre-hook.svn-info = stsci.distutils.hooks.svn_info_pre_hook -post-hook.svn-info = stsci.distutils.hooks.svn_info_post_hook - -[easy_install] -find-links = .. |