Skip to content

Commit

Permalink
Add yaml and ascii files
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed Oct 21, 2024
1 parent f970df1 commit 4f6f531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build]
include = ["openui/**/*.py", "openui/assets/*", "openui/dist/*"]
include = ["openui/**/*.py", "openui/*.yaml", "openui/*.ascii", "openui/assets/*", "openui/dist/*"]
exclude = [
"openui/eval/components/*",
"openui/eval/datasets/*",
Expand Down

0 comments on commit 4f6f531

Please sign in to comment.