Skip to content

Commit a3f495c

Browse files
committed
Added long_description for pypi.
1 parent 75d06dd commit a3f495c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ def run(self):
245245
cmdclass = cmdclass,
246246
ext_modules = [ext1, ],
247247
description= 'Simple NASA Common Data Format (CDF) File reader.',
248+
long_description = 'pysatCDF is a reader for CDF files and provides '+
249+
'additional support for exporting to pysat data formats (not required). '+
250+
'The NASA CDF library is included.',
248251
url='http://github.com/rstoneback/pysatCDF',
249252
# Author details
250253
author='Russell Stoneback',

0 commit comments

Comments
 (0)