Skip to content

Commit

Permalink
Fix license name (#1337)
Browse files Browse the repository at this point in the history
Just a small fix to the license name for our scanning tool and to [be consistent with other repositories](https://github.com/rapidsai/cudf/blob/branch-24.06/python/cudf/pyproject.toml#L23).

Authors:
  - Ray Douglass (https://github.com/raydouglass)

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)

URL: #1337
  • Loading branch information
raydouglass authored Apr 25, 2024
1 parent 67bffb0 commit 85cbd00
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 @@ -13,7 +13,7 @@ readme = { file = "README.md", content-type = "text/markdown" }
authors = [
{ name = "NVIDIA Corporation" },
]
license = { text = "Apache-2.0" }
license = { text = "Apache 2.0" }
requires-python = ">=3.9"
dependencies = [
"click >=8.1",
Expand Down

0 comments on commit 85cbd00

Please sign in to comment.