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 distcommand.
- tool.meson-python.args.setup¶
Extra arguments to be passed to the
meson setupcommand.
- tool.meson-python.args.compile¶
Extra arguments to be passed to the
ninjacommand.
- tool.meson-python.args.install¶
Extra arguments to be passed to the
meson installcommand.