From 2162ef32c7e2401c64625a7ba64ac6aeae8e62ec Mon Sep 17 00:00:00 2001 From: Katsuhiko Nishimra Date: Fri, 24 Jan 2025 00:28:15 +0900 Subject: [PATCH] Set repository url --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5d2ada9e..96f0346e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,6 +156,9 @@ xgboost = [ "xgboost", ] +[project.urls] +repository = "https://github.com/optuna/optuna-integration" + [tool.setuptools.packages.find] # where = ["."] include = ["optuna_integration*"]