]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔧 Add PEP-639 license metadata (#1624)
authorSofie Van Landeghem <svlandeg@users.noreply.github.com>
Mon, 27 Oct 2025 14:44:34 +0000 (15:44 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 14:44:34 +0000 (15:44 +0100)
pyproject.toml

index cd47f5ecd983c1551a7a5e6c288cfac3b1f9b7a7..048f38844c60f5a068bd580f8c3b3cdf6ffb27d2 100644 (file)
@@ -11,6 +11,8 @@ requires-python = ">=3.8"
 authors = [
     { name = "Sebastián Ramírez", email = "tiangolo@gmail.com" },
 ]
+license = "MIT"
+license-files = ["LICENSE"]
 
 classifiers = [
     "Development Status :: 4 - Beta",
@@ -18,7 +20,6 @@ classifiers = [
     "Intended Audience :: Developers",
     "Intended Audience :: Science/Research",
     "Intended Audience :: System Administrators",
-    "License :: OSI Approved :: MIT License",
     "Programming Language :: Python :: 3 :: Only",
     "Programming Language :: Python :: 3.8",
     "Programming Language :: Python :: 3.9",