[Distutils] extra files into the package dir

Pete Shinners pete@visionart.com
Tue Oct 17 17:15:01 2000


i have some extra files i'd like to have copied into
the destination package directory when installing.

it seems that distutils only installs the .PY(C) files
when installing a package directory. how can i tell
distutils to copy my other files too?

does this involve 'extending' the install command?
i could probably do that if there were docs or an
example of something like that.

thanks