diff options
Diffstat (limited to 'stsci.sphere/meta.yaml')
| -rw-r--r-- | stsci.sphere/meta.yaml | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml index 1db6e02..8a88d1e 100644 --- a/stsci.sphere/meta.yaml +++ b/stsci.sphere/meta.yaml @@ -1,5 +1,7 @@  {% set name = 'stsci.sphere' %} -{% 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      - matplotlib -    - relic >=1.0.3      - setuptools      - numpy x.x      - python x.x | 
