From c29fcf1a44c220b054f6596f398d539b43cb0a84 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Mon, 14 Aug 2023 16:54:35 -0400 Subject: [PATCH] fix documentation url in pyproject.toml Signed-off-by: Jinzhe Zeng --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f56b08e3e..687e0284cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ keywords = ["deepmd"] [project.urls] Homepage = "https://github.com/deepmodeling/deepmd-kit" -documentation = "https://docs.deepmodeling.com/projects/deepmd-kit" +documentation = "https://docs.deepmodeling.com/projects/deepmd" repository = "https://github.com/deepmodeling/deepmd-kit" [tool.setuptools_scm]