From a5fbca21aa1b40e5401b15a34baa9b9967de7f06 Mon Sep 17 00:00:00 2001 From: Tingyu Wang Date: Tue, 9 Jan 2024 22:48:23 -0500 Subject: [PATCH] correct name --- python/cugraph-pyg/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cugraph-pyg/pyproject.toml b/python/cugraph-pyg/pyproject.toml index c4bd00bb86c..cdb72f24bb4 100644 --- a/python/cugraph-pyg/pyproject.toml +++ b/python/cugraph-pyg/pyproject.toml @@ -11,7 +11,7 @@ requires = [ testpaths = ["cugraph_pyg/tests"] [project] -name = "cugraph_pyg" +name = "cugraph-pyg" dynamic = ["version"] description = "cugraph_pyg - PyG support for cuGraph massive-scale, ultra-fast GPU graph analytics." authors = [