Skip to content

Commit c29a248

Browse files
committed
fix: update license format to modern SPDX expression
- Change from license table to simple SPDX string 'MIT' - Remove deprecated license classifier - Follows modern PyPI packaging standards
1 parent 6c09942 commit c29a248

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ 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 = {text = "MIT"}
17+
license = "MIT"
1818
authors = [
1919
{name = "Nutrient", email = "[email protected]"},
2020
]
2121
keywords = ["nutrient", "pdf", "document", "processing", "api", "client"]
2222
classifiers = [
2323
"Development Status :: 4 - Beta",
2424
"Intended Audience :: Developers",
25-
"License :: OSI Approved :: MIT License",
2625
"Operating System :: OS Independent",
2726
"Programming Language :: Python :: 3",
2827
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)