We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d06dd commit a3f495cCopy full SHA for a3f495c
setup.py
@@ -245,6 +245,9 @@ def run(self):
245
cmdclass = cmdclass,
246
ext_modules = [ext1, ],
247
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.',
251
url='http://github.com/rstoneback/pysatCDF',
252
# Author details
253
author='Russell Stoneback',
0 commit comments