Skip to content

Commit 6571053

Browse files
committed
fix: use compatible license format for Python 3.8
The simple string format 'MIT' is not supported by older setuptools versions used in Python 3.8. Changed to {text = 'MIT'} format which is compatible with all Python versions.
1 parent 670a273 commit 6571053

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

0 commit comments

Comments
 (0)