[Distutils] Best practices on distributing documentation and examples with eggs?

Phillip J. Eby pje at telecommunity.com
Tue Jul 31 18:31:33 CEST 2007


At 08:48 AM 7/31/2007 +0200, Philipp von Weitershausen wrote:
>But isn't .egg-info completely recreatable through setup.py?

Not if you're putting other data there, no.  Chandler, for example, 
has an i18n framework that stores message catalogs and other 
localized resources there.

Of course, it's certainly possible to use egg_info.writers plugins 
that would copy those things there, but it's a lot easier for 
development if you don't, as it would require a build step every time 
you changed something.



More information about the Distutils-SIG mailing list