From 681cba2b7fde7daafb07cdb4fd83146bf818e2dd Mon Sep 17 00:00:00 2001 From: ww-rm Date: Sun, 17 Dec 2023 14:24:17 +0800 Subject: [PATCH] update pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80713db..5033740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dynamic = ["version", "readme"] [project.urls] "Homepage" = "https://github.com/ww-rm/gmalg" "Issues" = "https://github.com/ww-rm/gmalg/issues" -"Documentation" = "https://gmalg.readthedocs.io +"Documentation" = "https://gmalg.readthedocs.io" [tool.setuptools] packages = ["gmalg"]