From 420e6cce33c3e9d9cc19f434d5bdeffc5fb17568 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sat, 8 Feb 2025 10:14:11 +0000 Subject: [PATCH] Use new-style license metadata for Flit itself --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d18c4aa0..9dfda3b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ dependencies = [ ] requires-python = ">=3.8" readme = "README.rst" -license = {file = "LICENSE"} +license = "BSD-3-Clause" +license-files = ["LICENSE"] classifiers = ["Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3",