Skip to content

Commit

Permalink
Longer description
Browse files Browse the repository at this point in the history
As PyPI shows the long_description within setup.py, this description
has been extended.
  • Loading branch information
pv-atmos committed Oct 20, 2014
1 parent c85f772 commit cdfe17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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': ''},
Expand Down

0 comments on commit cdfe17d

Please sign in to comment.