sergiocorreia / panflute

An Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions
http://scorreia.com/software/panflute/
BSD 3-Clause "New" or "Revised" License
493 stars 60 forks source link

Please migrate away from setup.py #249

Open paddatrapper opened 2 months ago

paddatrapper commented 2 months ago

Hello!

setup.py has been deprecated for a while now (although support hasn't yet bet removed). It would be nice if this project moved away from it before something actually breaks :)

If you want to stick with setuptools, newer versions do support buidling via a PEP517-style pyproject.toml file:

https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html

Cheers,