[Distutils] /etc files

Fred Drake fred at fdrake.net
Thu Mar 1 09:12:27 EST 2018


On Wed, Feb 28, 2018 at 4:29 PM, Victor Porton <porton at narod.ru> wrote:
> How to deal with files to be placed into /etc or a similar dir?

setuptools is really an extension of distutils, and for this, the
distutils documentation provides what you need to know:

    https://docs.python.org/3/distutils/setupscript.html#installing-additional-files

Good luck!


  -Fred

-- 
Fred L. Drake, Jr.    <fred at fdrake.net>
"A storm broke loose in my mind."  --Albert Einstein


More information about the Distutils-SIG mailing list