diff options
Diffstat (limited to 'acstools/meta.yaml')
-rw-r--r-- | acstools/meta.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 1a827b8..b967d53 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,12 +1,16 @@ +{% set name = 'acstools' %} +{% set version = '2.0.1' %} +{% set number = '0' %} + about: home: https://github.com/spacetelescope/acstools license: BSD summary: acstools build: - number: '0' + number: {{ number }} package: - name: acstools - version: 2.0.1 + name: {{ name }} + version: {{ version }} requirements: build: - astropy >=1.1 @@ -30,7 +34,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: 2.0.1 + git_tag: {{ version }} git_url: https://github.com/spacetelescope/acstools test: commands: |