From 5ea1c816bb78f8152746e132ae46d8fbbe0dfd93 Mon Sep 17 00:00:00 2001 From: Joshua Adelman Date: Thu, 13 Nov 2025 14:10:26 -0500 Subject: [PATCH] Add license-files entry to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a9a95e6..29af84c 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 = [ "dramatiq>=1.18"