🔧 Add PEP-639 license metadata (#1624)

This commit is contained in:
Sofie Van Landeghem
2025-10-27 15:44:34 +01:00
committed by GitHub
parent c589c92885
commit d97a1cfc0d

View 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",