Skip to content

Commit

Permalink
Fix the hatch Lite build setting
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Apr 1, 2024
1 parent fe4e1c8 commit 7b21225
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 @@ -79,7 +79,7 @@ artifacts = [
]

[tool.hatch.build.targets.lite]
artifacts = ["gradio/templates", "*.pyi", "!/gradio/test_data", "!/gradio/_frontend_code", "!/gradio/node"]
artifacts = ["!gradio/templates", "!*.pyi", "!/gradio/test_data", "!/gradio/_frontend_code", "!/gradio/node"]
path = ".config/lite_builder.py"
directory = "dist-lite"
dependencies = ["lite-builder @ {root:uri}/../.config/lite-builder"]
Expand Down

0 comments on commit 7b21225

Please sign in to comment.