diff --git a/libnvme/pyproject.toml b/pyproject.toml similarity index 76% rename from libnvme/pyproject.toml rename to pyproject.toml index 4dff97d9e8..be6896bc4c 100644 --- a/libnvme/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = ['meson-python'] [project] name = "libnvme" dynamic = ["version"] -description = "python bindings for libnvme" +description = "Python bindings for libnvme" readme = "README.md" requires-python = ">=3.6" license = { text = "LGPL-2.1-or-later" } @@ -28,6 +28,6 @@ classifiers = [ dependencies = [] [project.urls] -"Homepage" = "https://github.com/linux-nvme/libnvme" -"Source" = "https://github.com/linux-nvme/libnvme" -"Bug Tracker" = "https://github.com/linux-nvme/libnvme/issues" +"Homepage" = "https://github.com/linux-nvme/nvme-cli" +"Source" = "https://github.com/linux-nvme/nvme-cli" +"Bug Tracker" = "https://github.com/linux-nvme/nvme-cli/issues"