Skip to content

Commit

Permalink
Fix editable build (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok authored Sep 2, 2024
1 parent 7b3f191 commit 956748d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[build-system]
requires = [
"setuptools>=64",
"wheel",
"ninja",
"cmake>=3.24",
]
build-backend = "setuptools.build_meta"

[tool.ruff]

extend-exclude = [
Expand Down

0 comments on commit 956748d

Please sign in to comment.