From 6185f409e2c0f6216b0fe65bb62efe1f71551e34 Mon Sep 17 00:00:00 2001 From: Robanni Date: Wed, 24 Dec 2025 07:02:28 +0300 Subject: [PATCH] Fix license classifier metadata --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0b61cf7..0649212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ "Intended Audience :: Developers", "Topic :: System :: Networking", "Development Status :: 3 - Alpha", + "License :: OSI Approved :: MIT License", ] keywords = ["taskiq", "tasks", "distributed", "async"] requires-python = ">=3.10,<4"