At 04:13 PM 6/29/2006 +0100, Paul Moore wrote: >Agreed. But in the absence of a standard, supporting package authors' >existing approaches, which work with other distutils mechanisms, seems >like a reasonable requirement.
Anything that the package author installs as package data, or using the data_files option to setup(), is included in the egg. And if you install unzipped, you should be able to browse the included docs. _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
