diff options
Diffstat (limited to 'astroimtools/meta.yaml')
-rw-r--r-- | astroimtools/meta.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/astroimtools/meta.yaml b/astroimtools/meta.yaml index 3249531..8a13099 100644 --- a/astroimtools/meta.yaml +++ b/astroimtools/meta.yaml @@ -1,13 +1,17 @@ +{% set name = 'astroimtools' %} +{% set version = '0.1' %} +{% set number = '0' %} + about: home: https://github.com/spacetelescope/astroimtools license: BSD readme: README.rst summary: astroimtools build: - number: '0' + number: {{ number }} package: - name: astroimtools - version: '0.1' + name: {{ name }} + version: {{ version }} requirements: build: - astropy >=1.1 @@ -23,7 +27,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: v0.1 + git_tag: {{ version }} git_url: https://github.com/spacetelescope/astroimtools test: commands: |