rename build.py to build_extension in pyproject.toml

This commit is contained in:
Martin Bubel 2024-07-20 12:26:33 +02:00
parent 23d9b5a830
commit 3bbefaf54c

View file

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