Skip to content

Commit 5b9da18

Browse files
committed
build: move pyproject.toml to root dir
The Python workflow fails because the pyproject.toml is missing. Move from the library to the root dir. Signed-off-by: Daniel Wagner <[email protected]>
1 parent bd7a6a0 commit 5b9da18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = ['meson-python']
66
[project]
77
name = "libnvme"
88
dynamic = ["version"]
9-
description = "python bindings for libnvme"
9+
description = "Python bindings for libnvme"
1010
readme = "README.md"
1111
requires-python = ">=3.6"
1212
license = { text = "LGPL-2.1-or-later" }
@@ -28,6 +28,6 @@ classifiers = [
2828
dependencies = []
2929

3030
[project.urls]
31-
"Homepage" = "https://github.com/linux-nvme/libnvme"
32-
"Source" = "https://github.com/linux-nvme/libnvme"
33-
"Bug Tracker" = "https://github.com/linux-nvme/libnvme/issues"
31+
"Homepage" = "https://github.com/linux-nvme/nvme-cli"
32+
"Source" = "https://github.com/linux-nvme/nvme-cli"
33+
"Bug Tracker" = "https://github.com/linux-nvme/nvme-cli/issues"

0 commit comments

Comments
 (0)