diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-07-18 15:33:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 20:33:28 +0000 |
commit | e046db8a116b1c320d4785daadd48ea0b22a3987 (patch) | |
tree | 33f348967e5df17aa24ece91d4de1d2d8b13d70d | |
parent | 37c233562db26dd3401fa188dbeb9cabdb284a62 (diff) |
[build] Pin `setuptools` version (#10493)
https://github.com/pypa/setuptools/issues/4480#issuecomment-2236507819
https://github.com/pypa/setuptools/issues/4482
Authored by: bashonly
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e4c06d271..d5480e1c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ build = [ "build", "hatchling", "pip", - "setuptools", + "setuptools>=71.0.2", # 71.0.0 broke pyinstaller "wheel", ] dev = [ |