-
Hello, I have a project that I want to use hatch for but it requires some project-specific build steps. I've written a simple plugin to accomplish my task but I don't want to publish it to pypi as it won't be useful to others. Is there a way to use plugins found in the current directory or a local submodule? I tried adding |
Beta Was this translation helpful? Give feedback.
Answered by
ofek
Nov 16, 2023
Replies: 1 comment 5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is not supported but you could write a metadata hook where you could set the version https://hatch.pypa.io/latest/plugins/metadata-hook/custom/