diff options
author | sienkiew <sienkiew@stsci.edu> | 2013-01-11 17:16:00 -0500 |
---|---|---|
committer | sienkiew <sienkiew@stsci.edu> | 2013-01-11 17:16:00 -0500 |
commit | 5b61eb1ef2f7cb0bf4a074cecb2522e423c079b5 (patch) | |
tree | 5bfbc4ed74757a093eabbc7a46c3a40a445ffbac /new_setup.cfg | |
parent | 773381ed1be1297cbce4ab7b0c28d32ccf3e0e79 (diff) | |
download | stwcs_hcf-5b61eb1ef2f7cb0bf4a074cecb2522e423c079b5.tar.gz |
new install
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@21558 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'new_setup.cfg')
-rw-r--r-- | new_setup.cfg | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/new_setup.cfg b/new_setup.cfg deleted file mode 100644 index 8a9d2cb..0000000 --- a/new_setup.cfg +++ /dev/null @@ -1,45 +0,0 @@ -[metadata] -name = stwcs - -# version is the *next* version to be release, with .dev at the end if it is not final -version = 0.10.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 -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 - stwcs.gui -pacakge_data = - stwcs.gui = gui/pars/* gui/htmlhelp/*.html gui/*.help - -[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 - |