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 b34eb02 commit 9b46d07
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 @@ -15,7 +15,7 @@ dependencies = [
"dask @ git+https://github.com/dask/dask.git@main",
"distributed @ git+https://github.com/dask/distributed.git@main",
]
license = { text = "Apache 2.0" }
license = "Apache-2.0"
readme = { file = "README.md", content-type = "text/markdown" }

[project.optional-dependencies]
Expand Down

0 comments on commit 9b46d07

Please sign in to comment.