diff options
Diffstat (limited to 'stsci.imagemanip')
| -rw-r--r-- | stsci.imagemanip/meta.yaml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/stsci.imagemanip/meta.yaml b/stsci.imagemanip/meta.yaml index fcda5ee..c768cda 100644 --- a/stsci.imagemanip/meta.yaml +++ b/stsci.imagemanip/meta.yaml @@ -3,17 +3,17 @@  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{name}} +    home: https://github.com/spacetelescope/{{ name }}      license: GPL      summary: STScI general image manipulation tools  build: -    number: {{number}} +    number: {{ number }}      preserve_egg_dir: 'yes'  package: -    name: {{name}} -    version: {{version}} +    name: {{ name }} +    version: {{ version }}  requirements:      build: @@ -29,7 +29,7 @@ requirements:      - python x.x  source: -    git_url: https://github.com/spacetelescope/{{name}} +    git_url: https://github.com/spacetelescope/{{ name }}  test:      imports: | 
