Skip to content

Commit 5777115

Browse files
committed
chore: replace hatchling with uv_build backend
1 parent fc4b439 commit 5777115

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

analysis/pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[build-system]
2-
requires = ["hatchling"]
3-
build-backend = "hatchling.build"
2+
requires = ["uv_build>=0.10.2,<0.11.0"]
3+
build-backend = "uv_build"
4+
5+
[tool.uv.build-backend]
6+
module-root = ""
47

58
[project]
6-
name = "vscode-python-environments-analysis"
9+
name = "analysis"
710
version = "0.1.0"
811
description = "Code health and technical debt analysis tools"
912
requires-python = ">=3.9"

0 commit comments

Comments
 (0)