diff options
Diffstat (limited to 'stginga')
-rw-r--r-- | stginga/meta.yaml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/stginga/meta.yaml b/stginga/meta.yaml index 88587b3..b2ddd07 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,34 +1,39 @@ {% set name = 'stginga' %} {% set version = '0.1.3' %} {% set tag = version %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} license: BSD summary: Ginga products specific to STScI data analysis + build: number: {{ number }} + package: name: {{ name }} version: {{ version }} + requirements: build: - ginga >=2.6.1 - astropy >=1.2 - - numpy x.x + - numpy - scipy - setuptools - python x.x run: - ginga >=2.6.1 - astropy >=1.2 - - numpy x.x + - numpy - scipy - python x.x + source: git_tag: {{ tag }} git_url: https://github.com/spacetelescope/{{ name }}.git + test: imports: - stginga |