Skip to content

Commit bd723df

Browse files
committed
Update pyproject.toml
1 parent ff9a043 commit bd723df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["hatchling>=1.21.1"]
3-
build-backend = "hatchling.build"
2+
requires = ["uv_build"]
3+
build-backend = "uv_build"
44

55
[project]
66
name = "fairlex"
@@ -58,8 +58,8 @@ docs = [
5858
"Repository" = "https://github.com/finite-sample/fairlex"
5959
"Bug Tracker" = "https://github.com/finite-sample/fairlex/issues"
6060

61-
[tool.hatch.build.targets.wheel]
62-
packages = ["fairlex"]
61+
[tool.uv.build-backend]
62+
module-root = "."
6363

6464
[tool.ruff]
6565
line-length = 88

0 commit comments

Comments
 (0)