Skip to content

Commit 1b9935b

Browse files
committed
Fix license value
1 parent 53a8f86 commit 1b9935b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

66
description = "Library to parse and apply unified diffs."
77
readme = "README.md"
8-
license = "MIT"
8+
license = { text = "MIT" }
99
authors = [
1010
{ name = "Conan.io", email = "[email protected]" }
1111
]

0 commit comments

Comments
 (0)