From d97a1cfc0d9496c4cbfb83c23583f6c2c544da76 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Mon, 27 Oct 2025 15:44:34 +0100 Subject: [PATCH] =?utf8?q?=F0=9F=94=A7=20Add=20PEP-639=20license=20metadat?= =?utf8?q?a=20(#1624)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 2.47.3