Hook to inject files before hatch collect what to package #2092
Replies: 1 comment
-
|
It seems it was a problem of Dockerfile and the pyproject toml file... |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I need to inject some files in the
srcfolder before packaging.I could create an auxiliary script to perform that, but would love to have
hatch builddo that for me.Any directions? What hook is there I can extend for this purpose?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions