Skip to content

Commit 3d9a867

Browse files
committed
fix: remove deprecated license classifier for Python 3.14 compatibility
setuptools on Python 3.14 enforces PEP 639 and rejects the old-style 'License :: OSI Approved :: MIT License' classifier when the license field is already set. The license = "MIT" in [project] is the correct declaration. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 894070b commit 3d9a867

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ authors = [
1515
classifiers = [
1616
"Development Status :: 4 - Beta",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: MIT License",
1918
"Programming Language :: Python :: 3",
2019
"Programming Language :: Python :: 3.11",
2120
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)