From bb23def37ca07b4db40740c7edeed11a0f8b4223 Mon Sep 17 00:00:00 2001 From: Joshua Adelman Date: Thu, 13 Nov 2025 14:07:33 -0500 Subject: [PATCH] Add license-files to 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 eb92d1b..c5f3eb1 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",