Skip to content

Commit

Permalink
Merge pull request #35 from alliander-opensource/bugfix/package-yamls
Browse files Browse the repository at this point in the history
Bugfix: Include .yaml files
  • Loading branch information
nitbharambe authored Oct 19, 2022
2 parents 6391c86 + 66e741b commit 40af6d7
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 @@ -64,7 +64,7 @@ namespaces = false
version = {file = "PYPI_VERSION"}

[tool.setuptools.package-data]
power_grid_model_io = ["*.yaml"]
"*" = ["*.yaml"]

[tool.pytest.ini_options]
testpaths = ["tests/unit"]
Expand Down

0 comments on commit 40af6d7

Please sign in to comment.