[Distutils] distlib and data files => resources ?

Paul Moore p.f.moore at gmail.com
Mon Nov 19 20:37:05 CET 2012


On 19 November 2012 19:26, PJ Eby <pje at telecommunity.com> wrote:

> I think we should use some clearly-distinct (and mutually exclusive)
> terminology going forward:
>
> * Data files: stuff the user can and/or should change, such as
> configuration files, startup databases, etc.
> * Resource files: constant files used at runtime, regardless of file type
>
> Data files should never be installed to package directories.  But I'm not
> aware of any good reason why resource files should ever be installed
> anywhere *else*.
>

+1. But there's a third "type" of file, which is worth listing separately,
just to clarify:

* ??? files: constant files that are *not* typically used at runtime
(documentation, for example)

Maybe "support files" would be a good name?

Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20121119/15640051/attachment.html>


More information about the Distutils-SIG mailing list