We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25b88b commit 464e65fCopy full SHA for 464e65f
pyproject.toml
@@ -1,8 +1,6 @@
1
[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"
+requires = ["hatchling"]
+build-backend = "hatchling.build"
6
7
[project]
8
name = "biomappings"
0 commit comments