From 3c31209476ac584a70d4f059144a57bfcb96d408 Mon Sep 17 00:00:00 2001 From: Joshua Adelman Date: Thu, 13 Nov 2025 14:21:28 -0500 Subject: [PATCH] Add license-files entry in pyproject.toml Add license-files entry to specify the LICENSE file. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 340a542..2529d4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] readme = "README.md" license = "MIT" +license-files = ["LICENSE"] requires-python = ">=3.10" dependencies = [ "jinja2 >=3.0.0,<4.0.0"