There was an error while loading. Please reload this page.
1 parent ff9a043 commit bd723dfCopy full SHA for bd723df
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
-requires = ["hatchling>=1.21.1"]
3
-build-backend = "hatchling.build"
+requires = ["uv_build"]
+build-backend = "uv_build"
4
5
[project]
6
name = "fairlex"
@@ -58,8 +58,8 @@ docs = [
58
"Repository" = "https://github.com/finite-sample/fairlex"
59
"Bug Tracker" = "https://github.com/finite-sample/fairlex/issues"
60
61
-[tool.hatch.build.targets.wheel]
62
-packages = ["fairlex"]
+[tool.uv.build-backend]
+module-root = "."
63
64
[tool.ruff]
65
line-length = 88
0 commit comments