chore: pin setuptools to <64.0.0 for build backend

This commit is contained in:
jo 2022-08-11 22:03:17 +02:00 committed by Jonas L
parent b1ebc3a44f
commit 2bde574487
7 changed files with 7 additions and 7 deletions

View file

@ -14,5 +14,5 @@ log_cli = true
log_cli_level = "DEBUG"
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools<64.0", "wheel"]
build-backend = "setuptools.build_meta"