Skip to content

Commit

Permalink
Re-add kvikio backend entrypoint to pyproject.toml
Browse files Browse the repository at this point in the history
Fix improper merge handling on d684dad
  • Loading branch information
weiji14 committed Dec 14, 2024
1 parent ae2a7f1 commit 15fbafd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ test = [
"pytest",
]

[project.entry-points."xarray.backends"]
kvikio = "cupy_xarray.kvikio:KvikioBackendEntrypoint"

[tool.ruff]
line-length = 100 # E501 (line-too-long)
exclude = [
Expand Down

0 comments on commit 15fbafd

Please sign in to comment.