From 8d6a2d2031108e11df5823211e500af3d5daad5f Mon Sep 17 00:00:00 2001 From: Satoru SATOH Date: Wed, 24 Oct 2018 03:49:56 +0900 Subject: Add docs on how to use data_files in setup.cfg This adds the `[options.data_files]` section to the existing setup.cfg example. --- docs/setuptools.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 89f45bd8..da9b0132 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2367,6 +2367,11 @@ boilerplate code in some cases. src.subpackage1 src.subpackage2 + [options.data_files] + /etc/my_package = + site.d/00_default.conf + host.d/00_default.conf + data = data/img/logo.png, data/svg/icon.svg Metadata and options are set in the config sections of the same name. -- cgit v1.2.3