Skip to content

Commit 18ef15b

Browse files
committed
Fix license schema for uv lock.
1 parent ffb200f commit 18ef15b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/selfie-lib/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ authors = [
88
{ name = "Ned Twigg", email = "[email protected]" },
99
{ name = "Selina Delgado", email = "[email protected]"}
1010
]
11-
12-
license = "Apache-2.0"
11+
license = { text = "Apache-2.0" }
1312
readme = "README.md"
1413
requires-python = ">=3.9"
1514
dependencies = []

0 commit comments

Comments
 (0)