We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fc8ac commit 140950eCopy full SHA for 140950e
1 file changed
pyproject.toml
@@ -1,10 +1,7 @@
1
# SPDX-License-Identifier: LGPL-2.1-or-later
2
[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"
+build-backend = 'mesonpy'
+requires = ['meson-python']
8
9
[project]
10
name = "libnvme"
0 commit comments