From: Sofie Van Landeghem Date: Mon, 27 Oct 2025 14:44:34 +0000 (+0100) Subject: 🔧 Add PEP-639 license metadata (#1624) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d97a1cfc0d9496c4cbfb83c23583f6c2c544da76;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔧 Add PEP-639 license metadata (#1624) --- diff --git a/pyproject.toml b/pyproject.toml index cd47f5ec..048f3884 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",