diff options
author | Doug Burke <dburke.gw@gmail.com> | 2019-09-27 13:22:01 -0400 |
---|---|---|
committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-09-27 13:22:01 -0400 |
commit | 90ac028c752f8d47725cf3737d9a96d6a3200c0c (patch) | |
tree | 5a2dbf4b5e5bda00f33ff9c6d8e712ba2b4b641c /astropy-healpix | |
parent | 7e6f4db327dec796dc76fc7932013e0c4ad0b838 (diff) | |
download | astroconda-contrib-90ac028c752f8d47725cf3737d9a96d6a3200c0c.tar.gz |
Improve the summary for astropy-healpix (#566)
* Improve the summary for astropy-healpix
The new summary isn't particularly informative, but is based on the first line from https://astropy-healpix.readthedocs.io/en/latest/about.html#about
* Bump build number
Diffstat (limited to 'astropy-healpix')
-rw-r--r-- | astropy-healpix/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astropy-healpix/meta.yaml b/astropy-healpix/meta.yaml index 0c33d2e..e8d08a4 100644 --- a/astropy-healpix/meta.yaml +++ b/astropy-healpix/meta.yaml @@ -1,12 +1,12 @@ {% set name = 'astropy-healpix' %} {% set version = '0.3.1' %} {% set tag = 'v' + version %} -{% set number = '0' %} +{% set number = '1' %} about: home: http://astropy-healpix.readthedocs.io/ license: BSD - summary: Speedy Cosmic Ray Annihilation Package in Python + summary: A Python package for HEALPix build: number: {{ number }} |