From e63e1de2f9c956c38e825231c399a4e66ce42aa5 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 15 Jul 2024 18:55:01 +0200 Subject: [PATCH] fix email address --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ab0b857d..3c2ad821e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "GPy" version = "1.13.1" description = "The Gaussian Process Toolbox" -authors = ["GPy Authors "] license = "BSD-3-Clause" keywords = ["machine-learning", "gaussian-processes", "kernels"] homepage = "https://sheffieldml.github.io/GPy/"