Browse Source

[build] Pin `setuptools` version (#10493)

https://github.com/pypa/setuptools/issues/4480#issuecomment-2236507819
https://github.com/pypa/setuptools/issues/4482

Authored by: bashonly
bashonly 7 months ago
parent
commit
e046db8a11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -66,7 +66,7 @@ build = [
     "build",
     "build",
     "hatchling",
     "hatchling",
     "pip",
     "pip",
-    "setuptools",
+    "setuptools>=71.0.2",  # 71.0.0 broke pyinstaller
     "wheel",
     "wheel",
 ]
 ]
 dev = [
 dev = [