Skip to content

Commit

Permalink
Use the latest version of pandoc when building pypandoc_binary, inste…
Browse files Browse the repository at this point in the history
…ad of hardcoding the version number
  • Loading branch information
JessicaTegner committed Sep 17, 2024
1 parent 23f6f09 commit da0459e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def finalize_options(self):
def run(self):
from pypandoc.pandoc_download import download_pandoc
targetfolder = os.path.join(os.path.dirname(os.path.realpath(__file__)), "pypandoc", "files")
download_pandoc(targetfolder=targetfolder, version="2.19.2")
download_pandoc(targetfolder=targetfolder)


cmd_classes = {'download_pandoc': DownloadPandocCommand}
Expand Down

0 comments on commit da0459e

Please sign in to comment.