Skip to content

Commit 3a26b18

Browse files
committed
Build editable wheel with setuptools<64
This seems to be needed for passing CI now. Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 3ac34f1 commit 3a26b18

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
@@ -6,3 +6,6 @@ include = '\.pyi?$'
66
line_length = 120
77
multi_line_output = 3
88
include_trailing_comma = true
9+
10+
[build-system]
11+
requires = ["setuptools<64", "wheel"]

0 commit comments

Comments
 (0)