Originally this issue was discussed in #2671.
Plugin writers would like a way of pulling in configuration/metadata from pyproject.toml.
Currently the finalize_distribution_options hook runs before parse_config_files, which makes integration difficult.
@RonnyPfannschmidt, please correct me if I understood something wrong.
It would be nice if we can clarify what would be the requirements of this feature.
Originally this issue was discussed in #2671.
Plugin writers would like a way of pulling in configuration/metadata from
pyproject.toml.Currently the
finalize_distribution_optionshook runs beforeparse_config_files, which makes integration difficult.@RonnyPfannschmidt, please correct me if I understood something wrong.
It would be nice if we can clarify what would be the requirements of this feature.