Skip to content

Commit efe7aad

Browse files
gijzelaerrclaude
andcommitted
Use SPDX license expression instead of classifier
Replace deprecated license classifier with modern SPDX format: - Remove "License :: OSI Approved :: MIT License" classifier - Change license = {text = "MIT License"} to license = "MIT" See: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e8f600d commit efe7aad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ classifiers = [
1616
"Topic :: System :: Hardware",
1717
"Intended Audience :: Developers",
1818
"Intended Audience :: Manufacturing",
19-
"License :: OSI Approved :: MIT License",
2019
"Operating System :: POSIX",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",
2423
"Programming Language :: Python :: 3.13",
2524
"Programming Language :: Python :: 3.14",
2625
]
27-
license = {text = "MIT License"}
26+
license = "MIT"
2827
requires-python = ">=3.10"
2928
keywords = ["snap7", "s7", "siemens", "plc"]
3029

0 commit comments

Comments
 (0)