diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-07 18:58:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-07 18:58:19 -0500 |
commit | f9a26a7620af30bb01cc6746bc74efcff2ad62ed (patch) | |
tree | 3d2dad5afa27e0830dec40c82934b2eac4ade72a /glueviz | |
parent | a13bd9ea702bb659a1266d93d28ff63a6839fe89 (diff) | |
download | astroconda-dev-f9a26a7620af30bb01cc6746bc74efcff2ad62ed.tar.gz |
Fix recipe (#87)
"Sleek and special" is not sleek, but special
Diffstat (limited to 'glueviz')
-rw-r--r-- | glueviz/meta.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/glueviz/meta.yaml b/glueviz/meta.yaml index 6657d4a..25f4ee2 100644 --- a/glueviz/meta.yaml +++ b/glueviz/meta.yaml @@ -4,7 +4,7 @@ {% set name = 'glueviz' %} {% set version = '0.12.0' %} -{% set number = '0' %} +{% set number = '1' %} package: name: {{ name }} @@ -24,6 +24,9 @@ requirements: - glue-core >=0.12 - glue-vispy-viewers >=0.9 - glue-ginga + # Conda-build is not smart enough to use 'python' on its own. + # DO NOT REMOVE THIS LINE: + - python app: entry: glue |