Replies: 1 comment 2 replies
-
You can limit the packages included in the final bundle with Perhaps more what you're looking for, though, you can remove select paths from the bundle via |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating an app using briefcase. For the UI I am using PySide6. I am only using some of the PySide modules, however briefcase is including all of PySide6 in my app. This leads to a very large app installer and large installation size (nearly 500MB on Windows). Is there any way to get briefcase to exclude some of the packages? Other tools like nuitka, PyInstaller and cx_Freeze allow this or do a certain amount automatically. For the same app building with nuitka my bundle is about 76MB.
Beta Was this translation helpful? Give feedback.
All reactions