]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Add `license` and `license-files` to `pyproject.toml`, remove `License` from `class...
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Mon, 27 Oct 2025 14:45:14 +0000 (15:45 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 14:45:14 +0000 (15:45 +0100)
pyproject.toml

index 875e4bed12889f8291a16378bf5bda89aff2e094..2087d7d04635ae20d4f3738d2750e334db36e13c 100644 (file)
@@ -7,6 +7,8 @@ name = "fastapi"
 dynamic = ["version"]
 description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
 readme = "README.md"
+license = "MIT"
+license-files = ["LICENSE"]
 requires-python = ">=3.8"
 authors = [
     { name = "Sebastián Ramírez", email = "tiangolo@gmail.com" },
@@ -31,7 +33,6 @@ classifiers = [
     "Framework :: Pydantic :: 1",
     "Framework :: Pydantic :: 2",
     "Intended Audience :: Developers",
-    "License :: OSI Approved :: MIT License",
     "Programming Language :: Python :: 3 :: Only",
     "Programming Language :: Python :: 3.8",
     "Programming Language :: Python :: 3.9",