setuptools.finalize_distribution_options inplace without creating additional package like setuptools_scm #4053
Replies: 1 comment
-
It is not possible to do that (without hacks). If you want to customise the build for the current project, probably the best way to do that is to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys. How I can introduce hook for setuptools.finalize_distribution_options in pyproject.toml for current project? So I don't want to introduce additional package like setuptools_scm, but define some script near pyproject.toml and call it for finalize_distribution_options inplace. Is it possible to do this?
Beta Was this translation helpful? Give feedback.
All reactions