Skip to content

Commit 15fbafd

Browse files
committed
Re-add kvikio backend entrypoint to pyproject.toml
Fix improper merge handling on d684dad
1 parent ae2a7f1 commit 15fbafd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ test = [
2424
"pytest",
2525
]
2626

27+
[project.entry-points."xarray.backends"]
28+
kvikio = "cupy_xarray.kvikio:KvikioBackendEntrypoint"
29+
2730
[tool.ruff]
2831
line-length = 100 # E501 (line-too-long)
2932
exclude = [

0 commit comments

Comments
 (0)