pyproject.toml settings

This page lists the configuration settings supported by meson-python in the pyproject.toml file. Please refer to the Passing arguments to Meson guide for for information on how to use them and examples.

tool.meson-python.args.dist

Extra arguments to be passed to the meson dist command.

tool.meson-python.args.setup

Extra arguments to be passed to the meson setup command.

tool.meson-python.args.compile

Extra arguments to be passed to the ninja command.

tool.meson-python.args.install

Extra arguments to be passed to the meson install command.