From 329d111709ab5c5140f75f29c7176c9546de5770 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 4 Oct 2021 11:12:29 -0400 Subject: python: Add platlibdir and purelibdir options --- docs/markdown/Python-module.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/markdown/Python-module.md') diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md index 5d7b5edbf..060295554 100644 --- a/docs/markdown/Python-module.md +++ b/docs/markdown/Python-module.md @@ -128,6 +128,9 @@ Install actual python sources (`.py`). All positional and keyword arguments are the same as for [[install_data]], with the addition of the following: +*Since 0.60.0* `python.platlibdir` and `python.purelibdir` options can be used +to control the default installation path. See [Python module options](Builtin-options.md#python-module). + - `pure`: On some platforms, architecture independent files are expected to be placed in a separate directory. However, if the python sources should be installed alongside an extension module @@ -154,6 +157,9 @@ directly, for example when using [[configure_file]]. This function accepts no arguments, its keyword arguments are the same as [][`install_sources()`]. +*Since 0.60.0* `python.platlibdir` and `python.purelibdir` options can be used +to control the default installation path. See [Python module options](Builtin-options.md#python-module). + **Returns**: A string #### `language_version()` -- cgit v1.2.3