We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a852b4c commit cbd3df6Copy full SHA for cbd3df6
pyproject.toml
@@ -27,7 +27,6 @@ dependencies = [
27
"xarray >= 0.16.1",
28
"cubed >= 0.6.0",
29
]
30
-dynamic = ["version", "entry-points"]
31
32
[project.urls]
33
Home = "https://github.com/xarray-contrib/cubed-xarray"
@@ -39,6 +38,9 @@ include = [
39
38
"cubed_xarray.tests",
40
41
+[project.entry-points."xarray.chunkmanagers"]
42
+cubed = "cubed_xarray.cubedmanager:CubedManager"
43
+
44
[build-system]
45
requires = ["setuptools >= 64", "setuptools_scm >= 7.0"]
46
build-backend = "setuptools.build_meta"
setup.cfg
@@ -1,3 +0,0 @@
1
-[options.entry_points]
2
-xarray.chunkmanagers =
3
- cubed = cubed_xarray.cubedmanager:CubedManager
0 commit comments