diff options
Diffstat (limited to 'nictools/meta.yaml')
| -rw-r--r-- | nictools/meta.yaml | 12 | 
1 files changed, 8 insertions, 4 deletions
| diff --git a/nictools/meta.yaml b/nictools/meta.yaml index 987338b..8dbe84b 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -1,11 +1,15 @@ +{% set name = 'nictools' %} +{% set version = '1.1.4' %} +{% set number = '0' %} +  about:      home: https://github.com/spacetelescope/nictools      summary: nictools  build: -    number: '0' +    number: {{ number }}  package: -    name: nictools -    version: 1.1.4 +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - astropy >=1.1 @@ -22,7 +26,7 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: 1.1.4 +    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/nictools  test:      imports: | 
