coherent-oss / coherent.build

A zero-config Python project build backend
5 stars 0 forks source link

Implement prepare_metadata_for_build_wheel #1

Closed jaraco closed 3 weeks ago

jaraco commented 1 month ago

PEP 517 describes an optional prepare_metadata_for_build_wheel hook. Implementing this hook allows consumers to load metadata for a project without building the full wheel. Let's implement that (and re-use it in build_wheel).

Requirements