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