diff options
Diffstat (limited to 'asv/meta.yaml')
-rw-r--r-- | asv/meta.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/asv/meta.yaml b/asv/meta.yaml index 1e35471..1af0b6c 100644 --- a/asv/meta.yaml +++ b/asv/meta.yaml @@ -4,17 +4,17 @@ {% set number = '0' %} about: - home: https://github.com/spacetelescope/{{name}} + home: https://github.com/spacetelescope/{{ name }} license: BSD summary: | A simple Python history benchmarking tool build: - number: {{number}} + number: {{ number }} package: - name: {{name}} - version: {{version}} + name: {{ name }} + version: {{ version }} requirements: build: @@ -30,5 +30,5 @@ requirements: - python x.x source: - git_tag: {{tag}} - git_url: https://github.com/spacetelescope/{{name}}.git + git_tag: {{ tag }} + git_url: https://github.com/spacetelescope/{{ name }}.git |