From 4b65b226085ccb9e665a5866023d8114f7438188 Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Thu, 4 Aug 2016 17:42:01 -0400 Subject: restructure and add stwcs tests --- setup.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'setup.cfg') 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 -- cgit