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 141249f commit 84992f3Copy full SHA for 84992f3
pyproject.toml
@@ -1,12 +1,13 @@
1
[build-system]
2
-requires = ["setuptools", "versioneer[toml]"]
+requires = ["setuptools>=77", "versioneer[toml]"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "cupy-xarray"
7
description = "Interface for using cupy in xarray, providing convenience accessors."
8
authors = [{name = "cupy-xarray developers"}]
9
-license = {text = "Apache License"}
+license = "Apache-2.0"
10
+license-files = ["LICENSE"]
11
readme = "README.md"
12
requires-python = ">=3.10"
13
classifiers = [
0 commit comments