summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-08-26 18:42:00 -0400
committerGitHub <noreply@github.com>2021-08-26 18:42:00 -0400
commit78b975b478e8cc8d76aabdf2ca1db92c8c83a69e (patch)
treef1933325a5b82aac9fdd5aab6efa1ba06c9d3bd5 /docs/userguide
parent0c302d232dd1a1f4ec531050532a84274edac2f4 (diff)
parent353f3fc4bb73cc9967dfb2beff8892e7cb23b7a6 (diff)
downloadpython-setuptools-git-78b975b478e8cc8d76aabdf2ca1db92c8c83a69e.tar.gz
Merge pull request #2712 from darkvertex/data_files_glob_directive
Implement #1681 (globbing support for `[options.data_files]`)
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/declarative_config.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/userguide/declarative_config.rst b/docs/userguide/declarative_config.rst
index 128d9f97..3b72611c 100644
--- a/docs/userguide/declarative_config.rst
+++ b/docs/userguide/declarative_config.rst
@@ -68,6 +68,7 @@ boilerplate code in some cases.
site.d/00_default.conf
host.d/00_default.conf
data = data/img/logo.png, data/svg/icon.svg
+ fonts = data/fonts/*.ttf, data/fonts/*.otf
Metadata and options are set in the config sections of the same name.