On 22.09.2006, at 18:51, Bob Ippolito wrote:

>> Get Py2app, then use:
>>
>> bdist_mpkg
>
> bdist_mpkg -z will produce a zipped .pkg and save you a step...

bdist_mpkg works fine for me, but I would like to distribute my  
packages with added documentation. Is there any way to add a  
documentation package to the mpkg created by bdist_mpkg? Or are there  
convenient (i.e. scriptable) tools for adding it in the end?

Another limitation I ran into is dependencies. I don't mind writing  
test scripts by hand, but it would be nice if I could integrate them  
into the mpkg as part of an automated build procedure. At the moment  
I hardly ever update my Mac packages because it's too much manual work.

Konrad.



_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to