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 ba5c608 commit 281ea27Copy full SHA for 281ea27
pyproject.toml
@@ -1,3 +1,7 @@
1
+[build-system]
2
+build-backend = "setuptools.build_meta"
3
+requires = ["setuptools>=77.0.2", "setuptools-scm>=7"]
4
+
5
[project]
6
authors = [{ name = "xarray Developers", email = "xarray@googlegroups.com" }]
7
classifiers = [
@@ -95,10 +99,6 @@ source-code = "https://github.com/pydata/xarray"
95
99
[project.entry-points."xarray.chunkmanagers"]
96
100
dask = "xarray.namedarray.daskmanager:DaskManager"
97
101
98
-[build-system]
-build-backend = "setuptools.build_meta"
-requires = ["setuptools>=77.0.2", "setuptools-scm>=7"]
-
102
[tool.setuptools.packages.find]
103
include = ["xarray*"]
104
0 commit comments