summaryrefslogtreecommitdiff
path: root/new_setup.cfg
diff options
context:
space:
mode:
authorsienkiew <sienkiew@stsci.edu>2011-07-30 18:45:45 -0400
committersienkiew <sienkiew@stsci.edu>2011-07-30 18:45:45 -0400
commitcb63cdde873bfaaeb2cc6b4189ac1d6398205711 (patch)
treea3db25f528c0ab650eb9519b67e1556da5c99e95 /new_setup.cfg
parenta139160b99151ee0c06610af7cfe7f42375ec7c4 (diff)
downloadstwcs_hcf-cb63cdde873bfaaeb2cc6b4189ac1d6398205711.tar.gz
temporarily revert to the old install system
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13423 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'new_setup.cfg')
-rw-r--r--new_setup.cfg41
1 files changed, 41 insertions, 0 deletions
diff --git a/new_setup.cfg b/new_setup.cfg
new file mode 100644
index 0000000..9e70d66
--- /dev/null
+++ b/new_setup.cfg
@@ -0,0 +1,41 @@
+[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 = ..