Skip to content

Commit

Permalink
Merge pull request #179 from jumpstarter-dev/license
Browse files Browse the repository at this point in the history
Set license field in pyproject.toml
  • Loading branch information
mangelajo authored Nov 8, 2024
2 parents 30b7e63 + 0ef0bc7 commit f0f92e6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/drivers/can/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
{ name = "Kirk Brauer", email = "[email protected]" },
]
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"
dependencies = [
"jumpstarter",
Expand Down
1 change: 1 addition & 0 deletions contrib/drivers/dutlink/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
{ name = "Kirk Brauer", email = "[email protected]" },
]
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"
dependencies = [
"jumpstarter",
Expand Down
1 change: 1 addition & 0 deletions contrib/drivers/raspberrypi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
{ name = "Kirk Brauer", email = "[email protected]" },
]
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"
dependencies = [
"jumpstarter",
Expand Down
1 change: 1 addition & 0 deletions contrib/drivers/sdwire/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = [
{ name = "Nick Cao", email = "[email protected]" },
]
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"
dependencies = [
"jumpstarter",
Expand Down
1 change: 1 addition & 0 deletions contrib/drivers/ustreamer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
{ name = "Kirk Brauer", email = "[email protected]" },
]
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"
dependencies = [
"jumpstarter",
Expand Down
1 change: 1 addition & 0 deletions contrib/libs/imagehash/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
{ name = "Kirk Brauer", email = "[email protected]" },
]
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"
dependencies = [
"imagehash>=4.3.1",
Expand Down
1 change: 1 addition & 0 deletions examples/automotive/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
{ name = "Miguel Angel Ajo Pelayo", email = "[email protected]" },
]
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"
dependencies = [
"jumpstarter"
Expand Down
1 change: 1 addition & 0 deletions examples/soc-pytest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
{ name = "Nick Cao", email = "[email protected]" },
]
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"
dependencies = [
"jumpstarter",
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
{ name = "Kirk Brauer", email = "[email protected]" },
]
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"
dependencies = [
"click>=8.1.7",
Expand Down

0 comments on commit f0f92e6

Please sign in to comment.