]> granicus.if.org Git - python/commit
Add support for package data.
authorFred Drake <fdrake@acm.org>
Fri, 11 Jun 2004 21:50:33 +0000 (21:50 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 Jun 2004 21:50:33 +0000 (21:50 +0000)
commit0eb32a65b06613d25aeb18f0104554171bea4840
tree8f2972143d9f85b54edf4d66117b76a00c9fc47a
parent5c26e860960ca30341ed61c8f20c34b0667ad315
Add support for package data.

This is basically the support for package data from Phillip Eby's
setuptools package.  I've changed it only to fit it into the core
implementation rather than to live in subclasses, and added
documentation.
Doc/dist/dist.tex
Lib/distutils/command/build_py.py
Lib/distutils/dist.py