diff options
| author | Nadia Dencheva <nadia.dencheva@gmail.com> | 2016-08-04 17:42:01 -0400 |
|---|---|---|
| committer | Nadia Dencheva <nadia.dencheva@gmail.com> | 2016-08-04 17:42:01 -0400 |
| commit | 4b65b226085ccb9e665a5866023d8114f7438188 (patch) | |
| tree | 7183ed93c0624164930069bf5fedcd582dce84b6 /setup.cfg | |
| parent | 86d1bc5a77491770d45b86e5cf18b79ded68fb9b (diff) | |
| download | stwcs_hcf-4b65b226085ccb9e665a5866023d8114f7438188.tar.gz | |
restructure and add stwcs tests
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |
