diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-05-31 09:47:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 09:47:40 -0400 |
commit | 13c9642345c67b6133394f559c2e0f3201aa59e1 (patch) | |
tree | d7a130ed9786e68ef1be8f04a733fdfcf211b510 /pysiaf | |
parent | ebf750c95af5fd8d8df069a13170f4b3478c9cf7 (diff) | |
download | astroconda-contrib-13c9642345c67b6133394f559c2e0f3201aa59e1.tar.gz |
pysiaf: Add missing build number field (#355)
Diffstat (limited to 'pysiaf')
-rw-r--r-- | pysiaf/meta.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index b3e9e1d..588d833 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -17,6 +17,9 @@ package: name: {{ name }} version: {{ version }} +build: + number: {{ number }} + requirements: build: - astropy >=1.2 |