Closed fabaff closed 1 year ago
Being worked on, dup of https://github.com/cdgriffith/Box/pull/244 and had to reach out to poetry to figure out why it wasn't working https://github.com/python-poetry/poetry/issues/7470
Well, apparently they provided a workaround but that's not a long-term solution. FWIU setup.py support is going to go eventually, and poetry docs explicitly say they don't support non-pure Python wheels, so I don't think poetry is going to work if you need C extensions.
Killing off using poetry entirely for now, too much headache
poetry-core
is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects.Using
poetry-core
allows distribution packages to depend only on the build backend.