Skip to content

Commit cbe3dc0

Browse files
committed
build(transform-io): update pyproject.toml from license to license-expression
`license` is deprecated in favor of `license-expression` with metadata-version 2.4.
1 parent f9be400 commit cbe3dc0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/transform-io/pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/transform-io/python/itkwasm-transform-io-emscripten/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "itkwasm-transform-io-emscripten"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version"]
1010
description = "Input and output for scientific and medical coordinate transform file formats."
1111
classifiers = [

packages/transform-io/python/itkwasm-transform-io-wasi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "itkwasm-transform-io-wasi"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version"]
1010
description = "Input and output for scientific and medical coordinate transform file formats."
1111
classifiers = [

packages/transform-io/python/itkwasm-transform-io/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "itkwasm-transform-io"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version"]
1010
description = "Input and output for scientific and medical coordinate transform file formats."
1111
classifiers = [

0 commit comments

Comments
 (0)