Skip to content

Commit 74e5ecc

Browse files
author
longendu
committed
add build backend
1 parent 32e1e48 commit 74e5ecc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,6 @@ dev = [
8282
[tool.ruff]
8383
exclude = ["tests/notebook/notebooks"]
8484

85+
[build-system]
86+
requires = ["hatchling"]
87+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)