diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-06 13:54:28 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-13 16:04:15 -0500 |
commit | f5f2cdfa9b94ae96f2c312758cdb87dcf74b2c4d (patch) | |
tree | 75d93d6574d8b9efc01dd7d08a8d1b5df39c96c9 /crds/meta.yaml | |
parent | 34308129ce3330bf18b65464026e854bc9499956 (diff) | |
download | astroconda-contrib-f5f2cdfa9b94ae96f2c312758cdb87dcf74b2c4d.tar.gz |
Revert spaces around jinja2 variables
Diffstat (limited to 'crds/meta.yaml')
-rw-r--r-- | crds/meta.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index 9b16939..2e8ad6f 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -10,12 +10,12 @@ about: represented in simple text files build: - number: {{number}} + number: {{ number }} preserve_egg_dir: 'no' package: - name: {{name}} - version: {{version}} + name: {{ name }} + version: {{ version }} requirements: build: @@ -30,8 +30,8 @@ requirements: - python x.x 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: |