Skip to content

Commit cbd3df6

Browse files
committed
moved entrypoint specification to pyproject.toml
1 parent a852b4c commit cbd3df6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dependencies = [
2727
"xarray >= 0.16.1",
2828
"cubed >= 0.6.0",
2929
]
30-
dynamic = ["version", "entry-points"]
3130

3231
[project.urls]
3332
Home = "https://github.com/xarray-contrib/cubed-xarray"
@@ -39,6 +38,9 @@ include = [
3938
"cubed_xarray.tests",
4039
]
4140

41+
[project.entry-points."xarray.chunkmanagers"]
42+
cubed = "cubed_xarray.cubedmanager:CubedManager"
43+
4244
[build-system]
4345
requires = ["setuptools >= 64", "setuptools_scm >= 7.0"]
4446
build-backend = "setuptools.build_meta"

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[options.entry_points]
2-
xarray.chunkmanagers =
3-
cubed = cubed_xarray.cubedmanager:CubedManager

0 commit comments

Comments
 (0)