From 6ed24ae2aa41f18c8962dfac0b4c18f83264e32c Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 27 Mar 2025 16:19:24 +0100 Subject: [PATCH] chore: add license to pyproject.toml Refs: OPS-92 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f877da4..75ed24a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dependencies = [ "transformers (>=4.50.0,<5.0.0)", "waitress (>=3.0.2,<4.0.0)", ] +license = { file = "LICENSE" } [build-system]