simplelogging icon indicating copy to clipboard operation
simplelogging copied to clipboard

Switch build-backend to poetry-core

Open jameshilliard opened this issue 2 years ago • 0 comments

poetry-core is the lightweight counterpart of poetry that is intended to be used as a build-backend. Unlike poetry, it does not require installing all the dependencies of the package manager, making the builds much faster. The generated artifacts are the same.

jameshilliard avatar Feb 13 '24 20:02 jameshilliard