Skip to content

Commit 0dfed5c

Browse files
committed
Remove unused tool.uv.workspace config
Delete the [tool.uv.workspace] section from pyproject.toml (removed members = ["src/python_template"]). Cleanup of an unused/obsolete workspace configuration to simplify packaging config.
1 parent a37a37d commit 0dfed5c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ build-backend = "hatchling.build"
5454
[tool.hatch.build.targets.wheel]
5555
packages = ["src/python_template"]
5656

57-
[tool.uv.workspace]
58-
members = [
59-
"src/python_template",
60-
]
61-
6257
[tool.ruff]
6358
line-length = 100
6459
target-version = "py311"

0 commit comments

Comments
 (0)