We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4b439 commit 5777115Copy full SHA for 5777115
analysis/pyproject.toml
@@ -1,9 +1,12 @@
1
[build-system]
2
-requires = ["hatchling"]
3
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.10.2,<0.11.0"]
+build-backend = "uv_build"
4
+
5
+[tool.uv.build-backend]
6
+module-root = ""
7
8
[project]
-name = "vscode-python-environments-analysis"
9
+name = "analysis"
10
version = "0.1.0"
11
description = "Code health and technical debt analysis tools"
12
requires-python = ">=3.9"
0 commit comments