From 07b2d5a26d96888fa4cec4dd1b1ef0b31d0c3fbb Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Tue, 2 May 2023 12:47:15 -0700 Subject: [PATCH] Add useful links to pyproject.toml (#9114) --- python-package/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-package/pyproject.toml b/python-package/pyproject.toml index 8f120df5d..ec6f62ceb 100644 --- a/python-package/pyproject.toml +++ b/python-package/pyproject.toml @@ -31,6 +31,10 @@ dependencies = [ "scipy" ] +[project.urls] +documentation = "https://xgboost.readthedocs.io/en/stable/" +repository = "https://github.com/dmlc/xgboost" + [project.optional-dependencies] pandas = ["pandas"] scikit-learn = ["scikit-learn"]