diff options
Diffstat (limited to 'stsci.sphinxext')
| -rw-r--r-- | stsci.sphinxext/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml index 0bcccd1..15d7915 100644 --- a/stsci.sphinxext/meta.yaml +++ b/stsci.sphinxext/meta.yaml @@ -1,5 +1,7 @@  {% set name = 'stsci.sphinxext' %} -{% 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,14 +17,12 @@ package:  requirements:      build:      - numpydoc -    - relic >=1.0.3      - setuptools      - python x.x      run:      - numpydoc      - python x.x  source: -    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/stsci.sphinxext  test:      imports:  | 
