Skip to content

Commit 6118411

Browse files
committed
Use SPDX license identifier in pyproject.toml
1 parent ebcb43e commit 6118411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"rapids-dependency-file-generator>=1.13.3,<2.0.dev0",
1818
"tomlkit",
1919
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
20-
license = { text = "Apache 2.0" }
20+
license = "Apache-2.0"
2121
classifiers = [
2222
"Intended Audience :: Developers",
2323
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)