arcesium / poetry-plugin-pypi-mirror

Poetry plugin that adds support for pypi.org mirrors and pull-through caches
BSD 3-Clause "New" or "Revised" License
45 stars 11 forks source link

fix: Correct plugin name in plugin section #20

Open fpottbaecker opened 1 month ago

fpottbaecker commented 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).

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.