diff options
Diffstat (limited to 'stsci.stimage')
| -rw-r--r-- | stsci.stimage/meta.yaml | 12 | 
1 files changed, 8 insertions, 4 deletions
diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 0dea1ad..af1f880 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -1,13 +1,17 @@ +{% set name = 'stsci.stimage' %} +{% set version = '0.2.2' %} +{% set number = '0' %} +  about:      home: https://github.com/embray/stsci.stimage      license: GPL      summary: stsci.stimage  build: -    number: '0' +    number: {{ number }}      preserve_egg_dir: 'yes'  package: -    name: stsci.stimage -    version: 0.2.2 +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - relic >=1.0.3 @@ -18,7 +22,7 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: 0.2.2 +    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/stsci.stimage  test:      imports:  | 
