Replies: 2 comments 1 reply
-
I should mention, when I use |
Beta Was this translation helpful? Give feedback.
0 replies
-
@BEllis I guess you should open up an issue/feature request, otherwise this wont get anymore attention :/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like users of my plugin to be able to include it in their pyproject.toml instead of having to install it in their global poetry (i.e. using
poetry self add my-plugin
)From the documentation, I've added this to my client project,
and I've added the plugin as a dev dependency to the pyproject.toml
I was expecting when I run
poetry
my command would be listed and my plugin would be enabled.When I run
poetry
it does not list my command and does not appear to be running my plugin at all.Am I misunderstanding the
tool.poetry.plugins
TOML section? Is what I'm trying to do possible or pragmatic ?Beta Was this translation helpful? Give feedback.
All reactions