You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great tool! I am using it to include entire standard library to a single executable file since pyinstaller doesn't have this functionality. So far only this package keeps me from updating to the latest python version.
I actually wanted to look into that for a while. I do recommend you to use that but be sure to add both sys.stdlib_module_names and sys.builtin_module_names to cover everything.
Can we get release for python 3.10?
This is a great tool! I am using it to include entire standard library to a single executable file since pyinstaller doesn't have this functionality. So far only this package keeps me from updating to the latest python version.
Related issue and pull request:
#44
#49
The text was updated successfully, but these errors were encountered: