Skip to content

Commit

Permalink
Merge pull request #373 from vlkorsakov/develop
Browse files Browse the repository at this point in the history
Update license table in pyproject.toml
  • Loading branch information
Tishka17 committed Feb 25, 2024
2 parents 83a5393 + f1d7de9 commit 1712cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 1712cc7

Please sign in to comment.