From 90ac028c752f8d47725cf3737d9a96d6a3200c0c Mon Sep 17 00:00:00 2001 From: Doug Burke Date: Fri, 27 Sep 2019 13:22:01 -0400 Subject: 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 --- astropy-healpix/meta.yaml | 4 ++-- 1 file 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 }} -- cgit