Skip to content

Commit 915a727

Browse files
committed
Fix license value
1 parent fb81742 commit 915a727

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ requires-python = ">=3.8"
55

66
description = "Library to parse and apply unified diffs."
77
readme = "README.md"
8-
license = "MIT"
8+
license = {
9+
text = "MIT"
10+
}
911
authors = [
1012
{ name = "Conan.io", email = "info@conan.io" }
1113
]

0 commit comments

Comments
 (0)