diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-04-03 15:03:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 15:03:37 -0400 |
commit | 41aebf43ecde4e6f3b2a453213864ac5fab626ab (patch) | |
tree | d6e0f456334a0050bf68d77fa0203bee20d0a918 | |
parent | a96f73217f92004b6f46196e85fc95cda7a4ce2f (diff) | |
download | astroconda-dev-41aebf43ecde4e6f3b2a453213864ac5fab626ab.tar.gz |
Correct name of spherical-geometry package
* Repository is named `spherical_geometry`
* Package is named `spherical-geometry` see PR #39
* Python import name is `spherical_geometry`
-rw-r--r-- | jwst/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jwst/meta.yaml b/jwst/meta.yaml index a82d64b..36ac41c 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -45,7 +45,7 @@ requirements: - pymssql [not py36] - scipy - six - - spherical_geometry + - spherical-geometry - stsci.image - stsci.imagestats - stsci.stimage |