mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 23:41:55 +08:00
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:
@@ -6,3 +6,6 @@ include = '\.pyi?$'
|
|||||||
line_length = 120
|
line_length = 120
|
||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
include_trailing_comma = true
|
include_trailing_comma = true
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools<64", "wheel"]
|
||||||
|
|||||||
Reference in New Issue
Block a user