diff --git a/pyproject.toml b/pyproject.toml index 827ad14ab4..753cb1c74f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" license = "AGPL-3.0-or-later" authors = ["Electricity Maps "] packages = [{ include = "electricitymap" }] -include = ["config/*.json"] +include = ["config/*.json", "config/*.yaml"] [tool.poetry.dependencies] python = '>= 3.10, < 3.11'