From 5624aeb47f485e272e06fb89f263c86cf27b22bc Mon Sep 17 00:00:00 2001 From: Anfimov Dima Date: Mon, 20 Oct 2025 21:58:27 +0200 Subject: [PATCH] chore: add licence details to destribution --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 61dc52a..d8e6978 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,8 @@ version = "0.6.0" description = "PostgreSQL integration for taskiq" summary = "PostgreSQL integration for taskiq" readme = "README.md" +license = "MIT" +license-files = ["LICENSE"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",