Skip to content

Commit

Permalink
feat(contrib): include .yaml files in build (#7780)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garsdal authored Jan 31, 2025
1 parent 2220ffb commit f4a56cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
license = "AGPL-3.0-or-later"
authors = ["Electricity Maps <[email protected]>"]
packages = [{ include = "electricitymap" }]
include = ["config/*.json"]
include = ["config/*.json", "config/*.yaml"]

[tool.poetry.dependencies]
python = '>= 3.10, < 3.11'
Expand Down

0 comments on commit f4a56cf

Please sign in to comment.