Skip to content

Commit

Permalink
Use SPDX license identifier in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 11, 2025
1 parent cab3ad1 commit 646238c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ readme = { file = "README.md", content-type = "text/markdown" }
authors = [
{ name = "NVIDIA Corporation" },
]
license = { text = "Apache 2.0" }
license = "Apache-2.0"
requires-python = ">=3.10"
dependencies = [
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down

0 comments on commit 646238c

Please sign in to comment.