diff options
Diffstat (limited to 'gwcs')
-rw-r--r-- | gwcs/meta.yaml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index 19bbb99..8417966 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -2,31 +2,37 @@ {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +".dev" +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '0' %} +{% set number = '1' %} about: - home: https://github.com/spacetelescope/gwcs + home: https://github.com/spacetelescope/{{ name }} license: GPL summary: gwcs + build: number: {{ number }} + package: name: {{ name }} version: {{ version }} + requirements: build: - asdf - astropy - setuptools - - numpy x.x + - numpy - python x.x + run: - asdf - astropy - - numpy x.x + - numpy - python x.x + source: - git_url: https://github.com/spacetelescope/gwcs + git_url: https://github.com/spacetelescope/{{ name }}.git + test: imports: - gwcs |