From cdfe17d245275d70634c4471676263b663446fd6 Mon Sep 17 00:00:00 2001 From: pv-atmos Date: Mon, 20 Oct 2014 14:53:34 -0400 Subject: [PATCH] Longer description As PyPI shows the long_description within setup.py, this description has been extended. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 40ae027..0e70f09 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ from distutils.core import setup setup(name='pv_atmos', - version='2.0', + version='2.0.1', description='Utilities for scientific visualization with ParaView', - long_description='This package is described in a peer-reviewed open access article, which can be found at http://dx.doi.org/10.5334/jors.al', + long_description='Adds convenient functionality to visualize netCDF data in arbitrary coordinates, including logarithmic and spherical geometries. Mainly created for atmospheric and oceanic sciences in mind, it is general enough to be useful for many other applications. Read more on the GitHub page, or in the peer-reviewed open access article, which can be found at http://dx.doi.org/10.5334/jors.al', author='Martin Jucker', url='https://github.com/mjucker/pv_atmos', package_dir={'pv_atmos': ''},