Skip to content

Commit

Permalink
rename build.py to build_extension in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jul 20, 2024
1 parent 23d9b5a commit 3bbefaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3bbefaf

Please sign in to comment.