Skip to content

Commit 140950e

Browse files
authored
build: use new python meson backend
1 parent 27fc8ac commit 140950e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
22
[build-system]
3-
requires = ["mesonpep517", "wheel", "meson", "ninja"] # PEP 508 specifications.
4-
build-backend = "mesonpep517.buildapi"
5-
6-
[tool.mesonpep517.metadata]
7-
summary="python bindings for libnvme"
3+
build-backend = 'mesonpy'
4+
requires = ['meson-python']
85

96
[project]
107
name = "libnvme"

0 commit comments

Comments
 (0)