Skip to content

Commit 39aba1c

Browse files
committed
fix: update license format in pyproject.toml for PyPI compatibility
Changed license from {text = "MIT"} to "MIT" to resolve twine upload issues
1 parent 41c6dab commit 39aba1c

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
@@ -14,7 +14,7 @@ version = "1.0.2"
1414
description = "Python client library for Nutrient Document Web Services API"
1515
readme = "README.md"
1616
requires-python = ">=3.10"
17-
license = {text = "MIT"}
17+
license = "MIT"
1818
authors = [
1919
{name = "Nutrient", email = "[email protected]"},
2020
]

0 commit comments

Comments
 (0)