Skip to content

Commit 464e65f

Browse files
committed
Switch back to hatch build backend
1 parent b25b88b commit 464e65f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[build-system]
2-
requires = ["uv>=0.5.10,<0.6.0"]
3-
# The uv backend entered preview mode in https://github.com/astral-sh/uv/pull/8886/files
4-
# with the 0.5.0 release. See also https://github.com/astral-sh/uv/issues/3957 for tracking.
5-
build-backend = "uv"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
64

75
[project]
86
name = "biomappings"

0 commit comments

Comments
 (0)