Skip to content

Commit ab9949c

Browse files
authored
Merge pull request #1279 from thewtex/license-expression
build(pyproject.toml): replace license with license-expression
2 parents d34d2ae + b5f09f1 commit ab9949c

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

packages/compare-images/python/itkwasm-compare-images-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-compare-images-emscripten"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version", "description"]
1010
classifiers = [
1111
"License :: OSI Approved :: Apache Software License",

packages/compare-images/python/itkwasm-compare-images-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-compare-images-wasi"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version", "description"]
1010
classifiers = [
1111
"License :: OSI Approved :: Apache Software License",

packages/compare-images/python/itkwasm-compare-images/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-compare-images"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version"]
1010
description = "Compare images with a tolerance for regression testing."
1111
classifiers = [

packages/compress-stringify/python/itkwasm-compress-stringify-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-compress-stringify-emscripten"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version", "description"]
1010
classifiers = [
1111
"License :: OSI Approved :: Apache Software License",

packages/compress-stringify/python/itkwasm-compress-stringify-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-compress-stringify-wasi"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version", "description"]
1010
classifiers = [
1111
"License :: OSI Approved :: Apache Software License",

packages/compress-stringify/python/itkwasm-compress-stringify/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-compress-stringify"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version"]
1010
description = "Zstandard compression and decompression and base64 encoding and decoding in WebAssembly."
1111
classifiers = [

packages/core/python/itkwasm/test/test-accelerator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "test-accelerator"
7-
license = "Apache-2.0"
7+
license-expression = "Apache-2.0"
88
version = "0.0.1"
99

1010
requires-python = ">=3.8"

packages/core/typescript/itk-wasm/src/bindgen/python/resources/template.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 = "@bindgenPackageName@"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version"]
1010
description = "@bindgenPackageDescription@"
1111
classifiers = [

packages/core/typescript/itk-wasm/test/pipelines/bindgen-interface-types-pipeline/python/itkwasm-bindgen-interface-types-test-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-bindgen-interface-types-test-wasi"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version"]
1010
description = "Exercise interface types for bindgen"
1111
classifiers = [

packages/core/typescript/itk-wasm/test/pipelines/bindgen-interface-types-pipeline/python/itkwasm-bindgen-interface-types-test/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-bindgen-interface-types-test"
77
readme = "README.md"
8-
license = "Apache-2.0"
8+
license-expression = "Apache-2.0"
99
dynamic = ["version"]
1010
description = "Exercise interface types for bindgen"
1111
classifiers = [

0 commit comments

Comments
 (0)