[build] Exclude pkg_resources from being collected (#13320)
Closes #13311 Authored by: bashonly
This commit is contained in:
parent
f7bbf5a617
commit
cc749a8a3b
3 changed files with 5 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ build = [
|
|||
"build",
|
||||
"hatchling",
|
||||
"pip",
|
||||
"setuptools>=71.0.2", # 71.0.0 broke pyinstaller
|
||||
"setuptools>=71.0.2,<81", # See https://github.com/pyinstaller/pyinstaller/issues/9149
|
||||
"wheel",
|
||||
]
|
||||
dev = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue