From a9798d79b7a8c36213443f3717576d7afde2a377 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 11 Jul 2017 22:00:48 -0400 Subject: Hyphenate package name --- spherical-geometry/meta.yaml | 7 ++++--- 1 file 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: -- cgit