Closed mgorny closed 1 year ago
The documentation says to make a PR against develop
branch but there doesn't seem to be such a branch.
Ah, so apparently this package uses an undocumented build
thing that works only with poetry… :-(.
Never knew this, thanks for the links, new to using poetry, will try to switch!
Switch from the obsolete
poetry
build backend topoetry-core
. They are functionally equivalent, except that the latter pulls much fewer dependencies in the virtualenv used to build wheels. See: https://python-poetry.org/docs/pyproject/#poetry-and-pep-517