-
I've been seeking to move static metadata for a python project from
This project uses With the
It seems that one of the components is unable to extract the project metadata for the project name "shapely" from Questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need setuptools 61+ for pyproject.toml. But that version doesn’t support python 3.6. It’s the job of your build backend, not cibuildwheel, FYI. We only read Python requires and our own config. :) |
Beta Was this translation helpful? Give feedback.
You need setuptools 61+ for pyproject.toml. But that version doesn’t support python 3.6.
It’s the job of your build backend, not cibuildwheel, FYI. We only read Python requires and our own config. :)