From e7868adb8947f9fff1258b3067d674ed0c66b8e4 Mon Sep 17 00:00:00 2001 From: RaphaelLikesCoding Date: Fri, 24 Apr 2026 16:58:02 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 300ebf0..19940ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ log_cli = "True" markers = [ "slow: slow tests", ] +license-files = ["LICENSE.md"] minversion = "6.0" testpaths = "tests/"