Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit f0f92e6

Browse files
authored
Merge pull request #179 from jumpstarter-dev/license
Set license field in pyproject.toml
2 parents 30b7e63 + 0ef0bc7 commit f0f92e6

9 files changed

Lines changed: 9 additions & 0 deletions

File tree

contrib/drivers/can/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
{ name = "Kirk Brauer", email = "kbrauer@hatci.com" },
99
]
1010
readme = "README.md"
11+
license = { text = "Apache-2.0" }
1112
requires-python = ">=3.11"
1213
dependencies = [
1314
"jumpstarter",

contrib/drivers/dutlink/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
{ name = "Kirk Brauer", email = "kbrauer@hatci.com" },
99
]
1010
readme = "README.md"
11+
license = { text = "Apache-2.0" }
1112
requires-python = ">=3.11"
1213
dependencies = [
1314
"jumpstarter",

contrib/drivers/raspberrypi/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
{ name = "Kirk Brauer", email = "kbrauer@hatci.com" },
99
]
1010
readme = "README.md"
11+
license = { text = "Apache-2.0" }
1112
requires-python = ">=3.11"
1213
dependencies = [
1314
"jumpstarter",

contrib/drivers/sdwire/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = [
66
{ name = "Nick Cao", email = "ncao@redhat.com" },
77
]
88
readme = "README.md"
9+
license = { text = "Apache-2.0" }
910
requires-python = ">=3.11"
1011
dependencies = [
1112
"jumpstarter",

contrib/drivers/ustreamer/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
{ name = "Kirk Brauer", email = "kbrauer@hatci.com" },
99
]
1010
readme = "README.md"
11+
license = { text = "Apache-2.0" }
1112
requires-python = ">=3.11"
1213
dependencies = [
1314
"jumpstarter",

contrib/libs/imagehash/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
{ name = "Kirk Brauer", email = "kbrauer@hatci.com" },
99
]
1010
readme = "README.md"
11+
license = { text = "Apache-2.0" }
1112
requires-python = ">=3.11"
1213
dependencies = [
1314
"imagehash>=4.3.1",

examples/automotive/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
{ name = "Miguel Angel Ajo Pelayo", email = "majopela@redhat.com" },
99
]
1010
readme = "README.md"
11+
license = { text = "Apache-2.0" }
1112
requires-python = ">=3.11"
1213
dependencies = [
1314
"jumpstarter"

examples/soc-pytest/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
{ name = "Nick Cao", email = "ncao@redhat.com" },
99
]
1010
readme = "README.md"
11+
license = { text = "Apache-2.0" }
1112
requires-python = ">=3.11"
1213
dependencies = [
1314
"jumpstarter",

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
{ name = "Kirk Brauer", email = "kbrauer@hatci.com" },
99
]
1010
readme = "README.md"
11+
license = { text = "Apache-2.0" }
1112
requires-python = ">=3.11"
1213
dependencies = [
1314
"click>=8.1.7",

0 commit comments

Comments
 (0)