diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-07-12 07:48:51 -0400 | 
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-07-12 07:48:51 -0400 | 
| commit | 79f9a157620f5c79a779e5071052731c865d84d4 (patch) | |
| tree | 3692f9e004bb1b2a0bfe359d6e236101e8e4a354 /spherical-geometry | |
| parent | e148227175498e65ef14bfbd5e8884d99a8f36a1 (diff) | |
| download | astroconda-contrib-79f9a157620f5c79a779e5071052731c865d84d4.tar.gz | |
Hyphenate package name
Diffstat (limited to 'spherical-geometry')
| -rw-r--r-- | spherical-geometry/meta.yaml | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/spherical-geometry/meta.yaml b/spherical-geometry/meta.yaml index fd8f9a0..a00df3d 100644 --- a/spherical-geometry/meta.yaml +++ b/spherical-geometry/meta.yaml @@ -1,9 +1,10 @@ -{% set name = 'spherical_geometry' %} +{% set name = 'spherical-geometry' %} +{% set reponame = 'spherical_geometry' %}  {% set version = '1.0.10' %}  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{ name }} +    home: https://github.com/spacetelescope/{{ reponame }}      license: BSD      summary: For handling spherical polygons that represent arbitrary regions of the sky @@ -29,7 +30,7 @@ requirements:  source:      git_tag: {{ version }} -    git_url: https://github.com/spacetelescope/{{ name }}.git +    git_url: https://github.com/spacetelescope/{{ reponame }}.git  test:      imports: | 
