We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance Travis or some CI mechanism to generate the compiled binaries of the py2app.
To create a standalone py2app:
python setup.py py2app
The text was updated successfully, but these errors were encountered:
More info:
http://www.marinamele.com/from-a-python-script-to-a-portable-mac-application-with-py2app http://dafoster.net/articles/2014/06/24/submitting-a-python-app-to-the-mac-app-store/
Sorry, something went wrong.
No branches or pull requests
Enhance Travis or some CI mechanism to generate the compiled binaries of the py2app.
To create a standalone py2app:
python setup.py py2app
The text was updated successfully, but these errors were encountered: