diff options
Diffstat (limited to 'stwcs')
| -rw-r--r-- | stwcs/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 951b066..b9ca1a3 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,5 +1,7 @@  {% set name = 'stwcs' %} -{% 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: @@ -14,7 +16,6 @@ package:  requirements:      build:      - astropy >=1.1 -    - relic >=1.0.3      - stsci.tools      - setuptools      - numpy x.x @@ -25,7 +26,6 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/stwcs  test:      imports: | 
