From 5629740bfe3574346d6e481e7532c0e92d4b9793 Mon Sep 17 00:00:00 2001 From: Tingyu Wang Date: Tue, 9 Jan 2024 22:59:52 -0500 Subject: [PATCH] fix description --- 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 cdb72f24bb4..b8666c0d806 100644 --- a/python/cugraph-pyg/pyproject.toml +++ b/python/cugraph-pyg/pyproject.toml @@ -13,7 +13,7 @@ testpaths = ["cugraph_pyg/tests"] [project] name = "cugraph-pyg" dynamic = ["version"] -description = "cugraph_pyg - PyG support for cuGraph massive-scale, ultra-fast GPU graph analytics." +description = "cugraph-pyg - PyG support for cuGraph massive-scale, ultra-fast GPU graph analytics." authors = [ { name = "NVIDIA Corporation" }, ]