Builds Mac OS X installer packages from distutils
Project description
bdist_mpkg is a distutils plugin that implements the bdist_mpkg command. The command builds a Mac OS X metapackage for use by Installer.app for easy GUI installation of Python modules, much like bdist_wininst.
It also comes with a bdist_mpkg script, which is a setup.py front-end that will allow you to easy build an installer metapackage from nearly any existing package that uses distutils.
Please email the Python-Mag SIG mailing list with questions, and let us know of bugs via github issues
Code
The code started life at:
http://undefined.org/python/#bdist_mpkg
Bob Ippolito wrote most of the code.
The current repository is on Github.
License
MIT license. See the LICENSE file in the source archive.
Compatibility
The code should be compatible with Pythons 2.5 through 3.3.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.