Skip to content

Commit

Permalink
Build-exe: pkg_resources now has .vendor/platformdirs as well
Browse files Browse the repository at this point in the history
For now we can manually add this to `packages`.  Will open an issue with
py2exe.
  • Loading branch information
Athanasius committed Jan 17, 2023
1 parent 5b9464b commit fad4690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build-exe-and-msi.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
'packages': [
'asyncio', # No longer auto as of py3.10+py2exe 0.11
'multiprocessing', # No longer auto as of py3.10+py2exe 0.11
'pkg_resources._vendor.platformdirs', # Necessary 2023-01-17
'sqlite3', # Included for plugins
'util', # 2022-02-01 only imported in plugins/eddn.py
],
Expand Down

0 comments on commit fad4690

Please sign in to comment.