Skip to content

Commit 6dbff62

Browse files
Update pyproject.toml
1 parent babb9c5 commit 6dbff62

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ build-backend = "hatchling.build"
77
[tool.uv.workspace]
88
members = ["emhass"]
99

10+
[tool.uv]
11+
default-groups = "all"
12+
1013
[project]
1114
name = "emhass"
1215
version = "0.13.0.post1"
@@ -49,10 +52,10 @@ docs = ["sphinx", "sphinx-rtd-theme", "myst-parser"]
4952
test = ["requests_mock", "pytest", "coverage", "snakeviz", "ruff", "tabulate", "hatchling"]
5053

5154
[tool.hatch.build.targets.wheel]
52-
packages = ["emhass"]
55+
packages = ["src/emhass"]
5356

5457
[tool.hatch.build.targets.sdist]
55-
packages = ["emhass"]
58+
packages = ["src/emhass"]
5659
include = [
5760
"/src/emhass/templates/index.html",
5861
"/src/emhass/templates/template.html",

0 commit comments

Comments
 (0)