jmaupetit / md2pdf

Markdown to PDF conversion tool
MIT License
268 stars 41 forks source link

Fix CLI utility working under Windows #43

Closed trots closed 3 years ago

trots commented 3 years ago

This PR fixes issue #42.

There is a problem to run md2pdf as a CLI under Windows. The key of the problem is that a script field in setup tool in not cross platform (see here for details). So we should use console_scripts entry points instead.