diff options
Diffstat (limited to 'photutils')
| -rw-r--r-- | photutils/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 32396bb..bc2f592 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -4,16 +4,16 @@  {% set number = '1' %}  about: -    home: https://github.com/astropy/{{name}} +    home: https://github.com/astropy/{{ name }}      license: BSD      summary: An Astropy package for photometry  build: -    number: {{number}} +    number: {{ number }}  package: -    name: {{name}} -    version: {{version}} +    name: {{ name }} +    version: {{ version }}  requirements:      build: @@ -36,8 +36,8 @@ requirements:      - python x.x  source: -    git_tag: {{tag}} -    git_url: https://github.com/astropy/{{name}}.git +    git_tag: {{ tag }} +    git_url: https://github.com/astropy/{{ name }}.git  test:      imports: | 
