From f1d7de997f3c68b7e56904898776bd76ce1a1aee Mon Sep 17 00:00:00 2001 From: Vladimir Korsakov Date: Mon, 26 Feb 2024 00:33:16 +0300 Subject: [PATCH] Update license table in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6589af44..005dbea1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ readme = "README.md" authors = [ { name = "Andrey Tikhonov", email = "17@itishka.org" }, ] -license = { file = "LICENSE" } +license = { text = "Apache-2.0" } description = "Telegram bot UI framework on top of aiogram" requires-python = ">=3.8" classifiers = [