Skip to content

Commit 39d7244

Browse files
committed
pyproject.toml: Add wheel dependency
1 parent 5b646cd commit 39d7244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ docs = [
2929
]
3030

3131
[build-system]
32-
requires = [ "setuptools", "nanobind", "cmake" ]
32+
requires = [ "setuptools", "nanobind", "cmake", "wheel" ]
3333
build-backend = "setuptools.build_meta"
3434

3535
[tool.setuptools]

0 commit comments

Comments
 (0)