diff options
Diffstat (limited to 'wfc3tools')
| -rw-r--r-- | wfc3tools/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/wfc3tools/meta.yaml b/wfc3tools/meta.yaml index 2151690..7fdf091 100644 --- a/wfc3tools/meta.yaml +++ b/wfc3tools/meta.yaml @@ -1,5 +1,7 @@  {% set name = 'wfc3tools' %} -{% 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: @@ -15,7 +17,6 @@ requirements:      build:      - astropy >=1.1      - matplotlib -    - relic >=1.0.3      - scipy      - stsci.tools      - setuptools @@ -29,7 +30,6 @@ requirements:      - scipy      - python x.x  source: -    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/wfc3tools  test:      imports: | 
