mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-13 22:12:38 +02:00
rename build.py to build_extension in pyproject.toml
This commit is contained in:
parent
23d9b5a830
commit
3bbefaf54c
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ homepage = "https://sheffieldml.github.io/GPy/"
|
||||||
repository = "https://github.com/SheffieldML/GPy"
|
repository = "https://github.com/SheffieldML/GPy"
|
||||||
documentation = "https://github.com/SheffieldML/GPy"
|
documentation = "https://github.com/SheffieldML/GPy"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
build = "build.py"
|
build = "build_extension.py"
|
||||||
include = ["build.py"]
|
include = ["build_extension.py"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9"
|
python = ">=3.9"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue