Open fpottbaecker opened 1 month ago
The plugins section of the pyproject.toml file should use the plugin name as the key for each entry in a specific type of plugin (c.f. https://python-poetry.org/docs/pyproject/#plugins).
pyproject.toml
The previous demo key originates from the example plugin documentation. This sets the name of the entry point to demo, which should actually be the plugin name.
demo
The plugins section of the
pyproject.toml
file should use the plugin name as the key for each entry in a specific type of plugin (c.f. https://python-poetry.org/docs/pyproject/#plugins).The previous
demo
key originates from the example plugin documentation. This sets the name of the entry point to demo, which should actually be the plugin name.