diff options
Diffstat (limited to 'stsci.stimage')
| -rw-r--r-- | stsci.stimage/meta.yaml | 17 | 
1 files changed, 11 insertions, 6 deletions
| diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 52f5565..46507c0 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -2,30 +2,35 @@  {% 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/embray/stsci.stimage -    license: GPL +    home: https://github.com/spacetelescope/{{ name }} +    license: BSD      summary: stsci.stimage +  build:      number: {{ number }}      preserve_egg_dir: 'yes' +  package:      name: {{ name }}      version: {{ version }} +  requirements:      build:      - d2to1      - stsci.distutils      - setuptools -    - numpy x.x +    - numpy      - python x.x +      run: -    - numpy x.x +    - numpy      - python x.x +  source: -    git_url: https://github.com/spacetelescope/stsci.stimage +    git_url: https://github.com/spacetelescope/{{ name }}.git  test:      imports:      - stsci.stimage | 
