You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found myself mokeypatching setuptools.config.pyprojecttoml.load_file to inject defaults that normally rise an error.
I have also found myself wanting injecting things into the project description part of METADATA file of a wheel with no good way to do it because dynamic readme files seem to handled after anything in project.entry-points."setuptools.finalize_distribution_options
Describe the solution you'd like
Entrypoint that hook into the loading/validation process of the pyproject.tom file and also after the fully loaded and realized pyproject.toml to change dist after that.
Alternative Solutions
No response
Additional context
No response
Code of Conduct
I agree to follow the PSF Code of Conduct
The content you are editing has changed. Please copy your edits and refresh the page.
What's the problem this feature will solve?
I'm maintaining a setuptools plugin, interally.
I have found myself mokeypatching
setuptools.config.pyprojecttoml.load_file
to inject defaults that normally rise an error.I have also found myself wanting injecting things into the project description part of
METADATA
file of a wheel with no good way to do it because dynamic readme files seem to handled after anything inproject.entry-points."setuptools.finalize_distribution_options
Describe the solution you'd like
Entrypoint that hook into the loading/validation process of the pyproject.tom file and also after the fully loaded and realized pyproject.toml to change dist after that.
Alternative Solutions
No response
Additional context
No response
Code of Conduct
Tasks
The text was updated successfully, but these errors were encountered: