From 8c5aa031b5ffb4eb3c61083072dcab49c8927d45 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 12 Aug 2021 22:13:51 -0400 Subject: Add install tags Fixes: #7007. --- docs/markdown/Python-module.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/markdown/Python-module.md') diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md index 3b7b4f5..20eae1a 100644 --- a/docs/markdown/Python-module.md +++ b/docs/markdown/Python-module.md @@ -135,6 +135,9 @@ All positional and keyword arguments are the same as for - `subdir`: See documentation for the argument of the same name to [][`extension_module()`] +- `install_tag` *(since 0.60.0)*: A string used by `meson install --tags` command + to install only a subset of the files. By default it has the tag `python-runtime`. + #### `get_install_dir()` ``` meson -- cgit v1.1