coherent-oss / coherent.build

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

How to supplement discovered metadata? #7

Open jaraco opened 1 month ago

jaraco commented 1 month ago

Currently, coherent.build will supply the pyproject.toml file if not present or use it if it's present, but it doesn't honor any of the metadata in there. It should be possible to allow overriding of the metadata with static metadata if the user desires.

Or maybe we want instead to ask the users to supplement/override the discovered metadata in the (meta) directory.