pyproject.toml
settings#
This page lists the configuration settings supported by meson-python
in the
pyproject.toml
file.
Setting name |
Description |
---|---|
|
Extra arguments to be passed to the |
|
Extra arguments to be passed to the |
|
Extra arguments to be passed to the |
|
Extra arguments to be passed to the |
Usage example:
[tool.meson-python.args]
setup = ['-Dwarning_level=2', '-Db_pie=true']
dist = ['--include-subprojects']
compile = ['-j4']
install = ['--quiet']