From: Daneel Yaitskov on
Hi All,

Yesterday I ported my code to a module with distutils installator. But I
didn't found what key of the setup function is used to mark files only
for coping to an archive of a module.

For example I want to add the INSTALL file to the archive.
Installator haven't to copy this file into a file system when it work.
Therefore keys data_files and package_data aren't fit.


Daneel Yaitksov