We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7111c16 commit e8c40b9Copy full SHA for e8c40b9
setup_binary.py
@@ -35,7 +35,7 @@ def finalize_options(self):
35
def run(self):
36
from pypandoc.pandoc_download import download_pandoc
37
targetfolder = os.path.join(os.path.dirname(os.path.realpath(__file__)), "pypandoc", "files")
38
- download_pandoc(targetfolder=targetfolder, version="2.19.2")
+ download_pandoc(targetfolder=targetfolder)
39
40
41
cmd_classes = {'download_pandoc': DownloadPandocCommand}
0 commit comments