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"]