Skip to main content

Move the license declaration from a classifier to SPDX license declaration

ID
a17658d
date
2025-08-14 23:16:03+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
ea5231a
message
Move the license declaration from a classifier to SPDX license declaration
changed files
1 file, 1 addition, 1 deletion

Changed files

pyproject.toml (1352) → pyproject.toml (1324)

diff --git a/pyproject.toml b/pyproject.toml
index ba84238..7fac197 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,12 +16,12 @@ maintainers = [
 ]
 classifiers = [
   "Development Status :: 5 - Production/Stable",
-  "License :: OSI Approved :: MIT License",
   "Programming Language :: Python :: 3.12",
 ]
 requires-python = ">=3.12"
 dependencies = []
 dynamic = ["version"]
+license = "MIT"
 
 [project.optional-dependencies]
 typed = ["pydantic"]