Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cg123 committed Jul 15, 2024
1 parent 53168fd commit f553ed7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ packages = [
"mergekit._data.architectures",
]
include-package-data = true
package-data = { "mergekit._data.architectures" = ["*.json"] }
package-data = { "mergekit._data.architectures" = [
"*.json",
], "mergekit._data.chat_templates" = [
"*.jinja",
] }

[tool.isort]
profile = "black"
Expand Down

0 comments on commit f553ed7

Please sign in to comment.