-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Currently, I have an application that should run on android and windows. I am building my windows version with cx_Freeze because:
- It supports the standard distutils setup infrastructure
- It is cross-platform
- It is maintained
The buildozer personally bothers me because it uses its own system rather than the standard distutils.
cx_Freeze adds an Executable class to determine which scripts are the main entry points. What I am wondering is this: if I were to implement the bdist_apk command with the cx_Freeze Executable class (if cx_Freeze is installed) so that I would be able to use one setup.py file to build everything and submit a pull request, would this be accepted? It would only be active if cx_Freeze is detected, and would make things so much simpler on my part.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels