We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a26d9d commit 6d21dbbCopy full SHA for 6d21dbb
pyproject.toml
@@ -30,15 +30,9 @@ dev = [
30
"rich",
31
]
32
33
-[tool.hatch.metadata]
34
-allow-direct-references = true
35
-
36
-[tool.hatch.build.targets.wheel]
37
-packages = ["src/modern_python_boilerplate"]
38
39
[build-system]
40
-requires = ["hatchling"]
41
-build-backend = "hatchling.build"
+requires = ["uv_build"]
+build-backend = "uv_build"
42
43
[project.scripts]
44
modern_python_boilerplate = "modern_python_boilerplate.main:hello_world"
0 commit comments