fix(cli): require correct setuptools version
(cherry picked from commit b09a15eb54)
This commit is contained in:
parent
6b84118e33
commit
ab6c98eed7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=42", "wheel"]
|
||||
requires = ["setuptools>=62.4.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue