On Apr 9, 2007, at 8:48 AM, Zachery Bir wrote:
> I might have missed it in the docs, but is there a way I can add
> frameworks to be bundled in the setup.py, rather than on the command
> line? Everything that has to get added explicitly on the command line
> is one more thing I'm likely to forget when releases don't happen
> every other day :^)
Urgh. Replying to myself. Would it be like this?
setup(
app=['MyApplication.py'],
options=dict(py2app=dict(
frameworks=['One.framework','Two.framework'],
)),
)
Zac
_______________________________________________
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig