Skip to content

Commit

Permalink
Rename pypandoc method from convert to convert_file
Browse files Browse the repository at this point in the history
  • Loading branch information
nisc586 committed Jul 23, 2022
1 parent 70ef8d9 commit 8744592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def license():

try:
import pypandoc
LONG_DESCRIPTION = pypandoc.convert('README.md', 'rst')
LONG_DESCRIPTION = pypandoc.convert_file('README.md', 'rst')
except(IOError, ImportError, OSError):
LONG_DESCRIPTION='A python package for reading/writing NASA Ames files, writing NASA Ames-style CSV files and converting to/from NetCDF'

Expand Down

0 comments on commit 8744592

Please sign in to comment.