From 8399c17078354478cf61ff169b60a0765d5c54bd Mon Sep 17 00:00:00 2001 From: svlandeg Date: Mon, 27 Oct 2025 10:07:40 +0100 Subject: [PATCH] add license and license-files --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd47f5ecd9..048f38844c 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",