summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg33
1 files changed, 33 insertions, 0 deletions
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 = ..