Skip to content

Commit

Permalink
Set verbose flag when building to verify flag is set
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Aug 7, 2024
1 parent 437be4e commit a153f5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ requires = [

[tool.meson-python.args]
install = ['--tags=data,python-runtime,runtime']
compile = [
"-v",
]

[tool.setuptools_scm]
version_scheme = "release-branch-semver"
Expand Down

0 comments on commit a153f5d

Please sign in to comment.