Commit 8d6a2d20 authored by Satoru SATOH's avatar Satoru SATOH Committed by Paul Ganssle

Add docs on how to use data_files in setup.cfg

This adds the `[options.data_files]` section to the existing setup.cfg
example.
parent 74afc688
...@@ -2367,6 +2367,11 @@ boilerplate code in some cases. ...@@ -2367,6 +2367,11 @@ boilerplate code in some cases.
src.subpackage1 src.subpackage1
src.subpackage2 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. Metadata and options are set in the config sections of the same name.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment