diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-07-11 22:08:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-11 22:08:40 -0400 |
commit | 1c71776612736bb4f6863ea31db6992fce6de23b (patch) | |
tree | 34a9bd8e8403cf7e62f940b5dfe8a58270988918 | |
parent | 1e9fc01c579a43513e3521a67addf56867a356cd (diff) | |
parent | a9798d79b7a8c36213443f3717576d7afde2a377 (diff) | |
download | astroconda-dev-1c71776612736bb4f6863ea31db6992fce6de23b.tar.gz |
Merge pull request #42 from rendinam/spherical-rename
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: |