From f056ba3441da32ebee4d47ba791c823cbd30be66 Mon Sep 17 00:00:00 2001 From: Tomer Yaron-Barir <39324784+yaront@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:26:31 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d8d3c4..a5d872b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,9 @@ keywords = [ license = { text = "Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported" } [project.urls] -Homepage = "https://github.com/TheKinaseLibrary/kinase-library" +Homepage = "https://kinase-library.phosphosite.org" Source = "https://github.com/TheKinaseLibrary/kinase-library" +Documentation = "https://kinase-library.readthedocs.io" [tool.setuptools.dynamic] readme = { file = "README.md", content-type = "text/markdown" }