diff options
Diffstat (limited to 'wfc3tools')
| -rw-r--r-- | wfc3tools/meta.yaml | 17 | 
1 files changed, 11 insertions, 6 deletions
| diff --git a/wfc3tools/meta.yaml b/wfc3tools/meta.yaml index 218212c..efec653 100644 --- a/wfc3tools/meta.yaml +++ b/wfc3tools/meta.yaml @@ -3,14 +3,17 @@  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{ name }} +    home: https://github.com/spacetelescope/{{name}}      license: BSD      summary: For analyzing and calibrating HST-WFC3 data +  build: -    number: {{ number }} +    number: {{number}} +  package: -    name: {{ name }} -    version: {{ version }} +    name: {{name}} +    version: {{version}} +  requirements:      build:      - astropy >=1.1 @@ -27,9 +30,11 @@ requirements:      - stsci.tools      - matplotlib      - scipy +  source: -    git_tag: {{ version }} -    git_url: https://github.com/spacetelescope/{{ name }}.git +    git_tag: {{version}} +    git_url: https://github.com/spacetelescope/{{name}}.git +  test:      imports:      - wfc3tools | 
