summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNadia Dencheva <nadia.astropy@gmail.com>2016-08-07 12:23:24 -0400
committerGitHub <noreply@github.com>2016-08-07 12:23:24 -0400
commita2e16e39b0eb8ac0251a6473c60fee0d437c3a5f (patch)
tree7b6771e9c1974852eb8a283507677651078ce32a /setup.cfg
parent86d1bc5a77491770d45b86e5cf18b79ded68fb9b (diff)
parent2dc0676bc00f66a87737e78484876051633b731a (diff)
downloadstwcs_hcf-a2e16e39b0eb8ac0251a6473c60fee0d437c3a5f.tar.gz
Merge pull request #9 from nden/refactor-and-tests
restructure and add stwcs tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 79bc678..d8d65c1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,17 @@
+[metadata]
+package_name = stwcs
+description = Computes the WCS of HST images.
+long_description = Recomputes and records the WCS of an HST imaging observation (including distortion) in the file.
+author = STScI
+author_email = help@stsci.edu
+license = BSD
+edit_on_github = False
+github_project = spacetelescope/stwcs
+
+[pytest]
+minversion = 2.2
+norecursedirs = build docs/_build relic
+
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python
# 3. If at all possible, it is good practice to do this. If you cannot, you