I'm aware that in the help file there is a paragraph about venv, but that will hot help because I can exclude packages already with the options given.
My program uses Qt and PIL and for example 80 MB of Qt libraries get added of which I can easily delete 50 MB without interfering with my code. Same with PIL where I simply don't need parts of it. Or the win32com
, pywin32_system32
, Pythonwin
folders seem to be unnecessary.
I propose options to be added to exclude whole folders and an option to exclude single files from being copied over to the output folder.
Thank you