[Distutils] Bundling pkg_resources
P.J. Eby
pje at telecommunity.com
Mon Nov 30 20:31:10 CET 2009
At 08:59 PM 11/30/2009 +0200, cool-RR wrote:
>Okay. But I don't use `require()`, the only thing I need from
>`pkg_resources` is the ability to extract resources from folders. So
>will there be any problem if I bundle it for that?
If that's all you're using, probably not. In any case, if that's the
only functionality you're using, it's doubtful that there's really
any difference to that functionality in Distribute, especially in the
case of packages that aren't installed in zipfile format.
More information about the Distutils-SIG
mailing list