From b230fe5a2a18ee49e3c1a8101e00faba13b11190 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Mon, 13 Nov 2023 16:19:08 -0500 Subject: [PATCH] fix typos --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df12205..345eee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,10 +54,10 @@ dev = [ ] [project.urls] -"Homepage" = "https://github.com/arangoml/pyg-adapter" +"Homepage" = "https://github.com/arangoml/dgl-adapter" [tool.setuptools] -packages = ["adbpyg_adapter"] +packages = ["adbdgl_adapter"] [tool.pytest.ini_options] addopts = "-s -vv"