mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +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
|
||||
multi_line_output = 3
|
||||
include_trailing_comma = true
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools<64", "wheel"]
|
||||
|
||||
Reference in New Issue
Block a user