Skip to content

Commit 46cb264

Browse files
committed
Summary: Add project name for hatchling editable build; update pixi lock.
1 parent 7f15f24 commit 46cb264

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@ testpaths = ["tests"]
5151

5252
[tool.hatch.version]
5353
path = "VERSION.txt"
54-
pattern = "(?P<version>\\d+\\.\\d+\\.\\d+)"
54+
pattern = "(?P<version>\\d+\\.\\d+\\.\\d+)"
55+
56+
[tool.hatch.build.targets.wheel]
57+
packages = ["webapp"]

0 commit comments

Comments
 (0)