hellerbarde / stapler

A small utility making use of the pypdf library to provide a (somewhat) lighter alternative to pdftk
Other
284 stars 53 forks source link

pyproject.toml: use poetry-core backend for PEP517 #89

Closed benkohler closed 1 year ago

benkohler commented 2 years ago

Per poetry upstream, "If your pyproject.toml file still references poetry directly as a build backend, you should update it to reference poetry-core instead."

https://python-poetry.org/docs/pyproject/#poetry-and-pep-517 https://projects.gentoo.org/python/guide/distutils.html#deprecated-pep-517-backends

Signed-off-by: Ben Kohler bkohler@gentoo.org