Prevent building an editable wheel with setuptools<64 (#1123)

This seems to be needed for passing CI now.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2022-08-26 01:55:41 -07:00
committed by GitHub
parent 3ac34f1108
commit 041b66a6aa

View File

@@ -6,3 +6,6 @@ include = '\.pyi?$'
line_length = 120
multi_line_output = 3
include_trailing_comma = true
[build-system]
requires = ["setuptools<64", "wheel"]