remarshal-project / remarshal

Convert between CBOR, JSON, MessagePack, TOML, and YAML

Home Page:https://pypi.org/project/remarshal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace poetry with poetry-core as build backend

mweinelt opened this issue · comments

The build backend of poetry has been split out into poetry-core, which makes the build process more lightweight.

See https://github.com/python-poetry/poetry-core#usage.

Done via #36.