Skip to content

Commit

Permalink
[123] Add hatch build targets for UV
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Aug 27, 2024
1 parent 330a2a6 commit 7939565
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ref/version_webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0-alpha.11.0-webui122
v2.0-alpha.11.0-webui123
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ dev-dependencies = [
"mkdocs-glightbox>=0.4.0",
]

[tool.hatch.build.targets.wheel]
packages = [
"app",
"modules",
]

[tool.pyright]
exclude = [
"config/assets",
Expand Down

0 comments on commit 7939565

Please sign in to comment.