diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-07-11 22:00:48 -0400 | 
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-07-11 22:00:48 -0400 | 
| commit | a9798d79b7a8c36213443f3717576d7afde2a377 (patch) | |
| tree | 34a9bd8e8403cf7e62f940b5dfe8a58270988918 | |
| parent | 1e9fc01c579a43513e3521a67addf56867a356cd (diff) | |
| download | astroconda-dev-a9798d79b7a8c36213443f3717576d7afde2a377.tar.gz | |
Hyphenate package name
| -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 69fdcc2..7ee5167 100644 --- a/spherical-geometry/meta.yaml +++ b/spherical-geometry/meta.yaml @@ -1,11 +1,12 @@ -{% set name = 'spherical_geometry' %} +{% set name = 'spherical-geometry' %} +{% set reponame = 'spherical_geometry' %}  {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")      +".dev"      +environ.get("GIT_DESCRIBE_NUMBER", "0") %}  {% 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 @@ -31,7 +32,7 @@ requirements:      - python x.x  source: -    git_url: https://github.com/spacetelescope/{{ name }}.git +    git_url: https://github.com/spacetelescope/{{ reponame }}.git  test:      imports: | 
