From 3bbefaf54c93b3bf9b8179592f82d2c7ea1414db Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sat, 20 Jul 2024 12:26:33 +0200 Subject: [PATCH] rename build.py to build_extension in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3c2ad821e..e5fdb23c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,8 @@ homepage = "https://sheffieldml.github.io/GPy/" repository = "https://github.com/SheffieldML/GPy" documentation = "https://github.com/SheffieldML/GPy" readme = "README.md" -build = "build.py" -include = ["build.py"] +build = "build_extension.py" +include = ["build_extension.py"] [tool.poetry.dependencies] python = ">=3.9"