diff options
Diffstat (limited to 'python/python3-mesonpy/README')
| -rw-r--r-- | python/python3-mesonpy/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3-mesonpy/README b/python/python3-mesonpy/README new file mode 100644 index 0000000000..1fca1c060f --- /dev/null +++ b/python/python3-mesonpy/README @@ -0,0 +1,11 @@ +python3-mesonpy (Meson Python build backend, PEP517) + +meson-python is a Python build backend built on top of the Meson build +system. It enables to use Meson for the configuration and build steps +of Python packages. + +NOTE: Does not work with the stock 15.0 meson. + +PYTHONPATH needs to be set to use python3-meson-opt. + + export PYTHONPATH=/opt/python3.9/site-packages/ |
