diff options
author | sienkiew <sienkiew@stsci.edu> | 2013-02-22 12:36:58 -0500 |
---|---|---|
committer | sienkiew <sienkiew@stsci.edu> | 2013-02-22 12:36:58 -0500 |
commit | 563a9b9d7bbf01619ecf3ccb5b10237fa0137292 (patch) | |
tree | 3e1311b0f413b9b1fcea1da207071e67fcb1a053 | |
parent | a5635d50598485e31c8172081943176996ffb4ff (diff) | |
download | stwcs_hcf-563a9b9d7bbf01619ecf3ccb5b10237fa0137292.tar.gz |
making release
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@23381 fe389314-cf27-0410-b35b-8c050e845b92
-rw-r--r-- | setup.cfg | 51 |
1 files changed, 24 insertions, 27 deletions
@@ -1,36 +1,33 @@ [metadata] name = stwcs - -# version is the *next* version to be release, with .dev at the end if it is not final -version = 1.1.0.dev - +version = 1.1.1.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 = - 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 + 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 - pywcs +requires-dist = + stsci.tools + pywcs [files] packages_root = lib -packages = - stwcs - stwcs.distortion - stwcs.updatewcs - stwcs.wcsutil - stwcs.gui +packages = + stwcs + stwcs.distortion + stwcs.updatewcs + stwcs.wcsutil + stwcs.gui data_files = - stwcs/gui = lib/stwcs/gui/*.help + stwcs/gui = lib/stwcs/gui/*.help stwcs/gui/pars = lib/stwcs/gui/pars/* stwcs/gui/htmlhelp = lib/stwcs/gui/htmlhelp/* @@ -39,8 +36,8 @@ pre-hook.glob-data-files = stsci.distutils.hooks.glob_data_files [global] commands = stsci.distutils.command.easier_install.easier_install -setup_hooks = - stsci.distutils.hooks.tag_svn_revision - stsci.distutils.hooks.version_setup_hook - stsci.distutils.hooks.use_packages_root +setup_hooks = + stsci.distutils.hooks.tag_svn_revision + stsci.distutils.hooks.version_setup_hook + stsci.distutils.hooks.use_packages_root |