From a58161b502ffc9e3b739c7917e6639c23217aad8 Mon Sep 17 00:00:00 2001 From: Dima Anfimov Date: Wed, 16 Sep 2026 01:24:54 +0200 Subject: [PATCH] chore: fix licence files in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a1d56b..7115725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ name = "taskiq-sqs" version = "0.0.11" description = "SQS Broker for TaskIQ" readme = "README.md" -licence = "MIT" -license = {file = "LICENSE"} +license = "MIT" +license-files = ["LICENSE"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers",