From 879f884cd9803138a4a002330d4cca6e1478f960 Mon Sep 17 00:00:00 2001 From: Toshihiko Yanase Date: Fri, 17 May 2024 18:47:33 +0900 Subject: [PATCH] Add project urls. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7364407e..304256a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,9 @@ docs = [ ] [project.urls] -homepage = "TBD" +homepage = "https://hub.optuna.org/" repository = "https://github.com/optuna/optunahub-registry" -documentation = "TBD" +documentation = "https://optuna.github.io/optunahub-registry/" bugtracker = "https://github.com/optuna/optunahub-registry/issues" [tool.setuptools.packages.find]