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 /stsci.distutils | |
| parent | 34308129ce3330bf18b65464026e854bc9499956 (diff) | |
| download | astroconda-contrib-f5f2cdfa9b94ae96f2c312758cdb87dcf74b2c4d.tar.gz | |
Revert spaces around jinja2 variables
Diffstat (limited to 'stsci.distutils')
| -rw-r--r-- | stsci.distutils/meta.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stsci.distutils/meta.yaml b/stsci.distutils/meta.yaml index 8054e89..aef60c2 100644 --- a/stsci.distutils/meta.yaml +++ b/stsci.distutils/meta.yaml @@ -9,11 +9,11 @@ about: distutils/packaging-related utilities used by some of STScI's packages build: - number: {{number}} + number: {{ number }} package: - name: {{name}} - version: {{version}} + name: {{ name }} + version: {{ version }} requirements: build: @@ -27,7 +27,7 @@ requirements: - python x.x source: - git_url: https://github.com/spacetelescope/{{name}}.git + git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: |
