tg-ws-proxy/packaging
Sceef 57b686c841 fix(packaging): bundle setuptools/_vendor for frozen pkg_resources
Setuptools 80+ pkg_resources imports jaraco.* and platformdirs after
adding setuptools/_vendor to sys.path. PyInstaller onefile did not ship
that tree, causing ModuleNotFoundError: jaraco at pyi_rth_pkgres.
Include the full _vendor directory as datas; add platformdirs to
hiddenimports. Applied to windows, linux, and macos specs.

Made-with: Cursor
2026-04-02 14:59:09 +07:00
..
linux.spec fix(packaging): bundle setuptools/_vendor for frozen pkg_resources 2026-04-02 14:59:09 +07:00
macos.spec fix(packaging): bundle setuptools/_vendor for frozen pkg_resources 2026-04-02 14:59:09 +07:00
windows.spec fix(packaging): bundle setuptools/_vendor for frozen pkg_resources 2026-04-02 14:59:09 +07:00