cdgriffith / Box

Python dictionaries with advanced dot notation access
https://github.com/cdgriffith/Box/wiki
MIT License
2.61k stars 106 forks source link

Use poetry-core build system #244

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

Switch from the obsolete poetry build backend to poetry-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

mgorny commented 1 year ago

The documentation says to make a PR against develop branch but there doesn't seem to be such a branch.

mgorny commented 1 year ago

Ah, so apparently this package uses an undocumented build thing that works only with poetry… :-(.

cdgriffith commented 1 year ago

Never knew this, thanks for the links, new to using poetry, will try to switch!