diff options
Diffstat (limited to 'd2to1')
| -rw-r--r-- | d2to1/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/d2to1/meta.yaml b/d2to1/meta.yaml index 81c6579..25fcf01 100644 --- a/d2to1/meta.yaml +++ b/d2to1/meta.yaml @@ -3,18 +3,18 @@  {% set number = '0' %}  about: -    home: https://github.com/embray/{{name}} +    home: https://github.com/embray/{{ name }}      license: GPL      summary: |          Allows using distutils2-like setup.cfg files for a package's metadata          with a distribute/setuptools setup.py  build: -    number: {{number}} +    number: {{ number }}  package: -    name: {{name}} -    version: {{version}} +    name: {{ name }} +    version: {{ version }}  requirements:      build: @@ -25,5 +25,5 @@ requirements:      - python x.x  source: -    git_tag: {{version}} -    git_url: https://github.com/embray/{{name}}.git +    git_tag: {{ version }} +    git_url: https://github.com/embray/{{ name }}.git | 
