[build] Exclude pkg_resources from being collected (#13320)

Closes #13311
Authored by: bashonly
This commit is contained in:
bashonly
2025-05-27 18:11:58 -05:00
committed by GitHub
parent f7bbf5a617
commit cc749a8a3b
3 changed files with 5 additions and 1 deletions

View File

@@ -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 = [