From bce47b4916ec0733d5735537ec880926f5bf3624 Mon Sep 17 00:00:00 2001 From: Joshua Adelman Date: Thu, 13 Nov 2025 14:24:28 -0500 Subject: [PATCH] Add license-files entry in pyproject.toml Added license-files entry to specify LICENSE file. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 045f064..ffb89cd 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 = [ "flask~=3.0",