Module setup
source code
This script is used to build relax as an application on certain
platforms.
The Mac OS X component was initially generated by py2applet, but has
been highly modified. To use this script to build a Mac app, the
following command needs to be run:
Usage:
python setup.py py2app
To then create a DMG file for installation, type:
hdiutil create -fs HFS+ -volname "relax" -srcfolder
dist/relax.app relax.dmg
Setup
Class containing setuptools targets for different platforms.
|
|
status = Status()
|
|
__package__ = None
|
Imports:
getcwd,
walk,
relpath,
sep,
search,
setup,
sys,
RelaxError,
Status,
version_full