Skip to content

Commit

Permalink
feat: update pyrpoject.toml section for configuration
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
  • Loading branch information
pivoshenko committed Apr 26, 2024
1 parent 5961c38 commit e99f458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry_plugin_dotenv/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_",
}

Expand Down

0 comments on commit e99f458

Please sign in to comment.