diff options
Diffstat (limited to 'opuscoords/meta.yaml')
| -rw-r--r-- | opuscoords/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/opuscoords/meta.yaml b/opuscoords/meta.yaml index f3c1372..8a0fdc9 100644 --- a/opuscoords/meta.yaml +++ b/opuscoords/meta.yaml @@ -1,5 +1,7 @@  {% set name = 'opuscoords' %} -{% set version = GIT_DESCRIBE_TAG %} +{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +    +".dev" +    +environ.get("GIT_DESCRIBE_NUMBER", "0") %}  {% set number = '0' %}  about: @@ -13,7 +15,6 @@ package:      version: {{ version }}  requirements:      build: -    - relic >=1.0.3      - setuptools      - numpy x.x      - python x.x @@ -21,7 +22,6 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/opuscoords.git  test:      imports: | 
