From b2e308e5f4478ba22996e8a6350764c33b8a4254 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 10 Jan 2026 14:11:13 +0100 Subject: [PATCH] Add tomli license --- flit_core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flit_core/pyproject.toml b/flit_core/pyproject.toml index 352336d7..0f833be4 100644 --- a/flit_core/pyproject.toml +++ b/flit_core/pyproject.toml @@ -12,7 +12,7 @@ description = "Distribution-building parts of Flit. See flit package for more in dependencies = [] requires-python = '>=3.8' readme = "README.rst" -license = "BSD-3-Clause" +license = "BSD-3-Clause AND MIT" license-files = ["LICENSE*", "flit_core/vendor/**/LICENSE*"] classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules",