From e99f458f7c40628674a6bd3540b433959b921ca6 Mon Sep 17 00:00:00 2001 From: Volodymyr Pivoshenko Date: Fri, 26 Apr 2024 09:50:00 +0100 Subject: [PATCH] feat: update `pyrpoject.toml` section for configuration BREAKING CHANGE: --- src/poetry_plugin_dotenv/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poetry_plugin_dotenv/config.py b/src/poetry_plugin_dotenv/config.py index fd7da95..6f85e3d 100644 --- a/src/poetry_plugin_dotenv/config.py +++ b/src/poetry_plugin_dotenv/config.py @@ -12,7 +12,7 @@ CONFIG_SOURCES: dict[str, str] = { - "pyproject.toml": "tool.poetry_plugin.dotenv", + "pyproject.toml": "tool.poetry.plugins.dotenv", "os": "POETRY_PLUGIN_DOTENV_", }