Skip to content

Commit cdfe17d

Browse files
author
pv-atmos
committed
Longer description
As PyPI shows the long_description within setup.py, this description has been extended.
1 parent c85f772 commit cdfe17d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from distutils.core import setup
22
setup(name='pv_atmos',
3-
version='2.0',
3+
version='2.0.1',
44
description='Utilities for scientific visualization with ParaView',
5-
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',
5+
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',
66
author='Martin Jucker',
77
url='https://github.com/mjucker/pv_atmos',
88
package_dir={'pv_atmos': ''},

0 commit comments

Comments
 (0)