fix pyproject.toml

This commit is contained in:
Aleksey 2024-02-07 07:29:31 +04:00
parent d2c64c2640
commit 3e756321ac
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

View File

@ -11,10 +11,10 @@ authors = [
description = "module for use in doit, generates stickers for telegram using yaml definitions" description = "module for use in doit, generates stickers for telegram using yaml definitions"
readme = "README.md" readme = "README.md"
license = { text = "0BSD" } license = { text = "0BSD" }
classifiers = [
"Development Status :: 3 - Alpha"
]
[project.urls] [project.urls]
Homepage = "https://git.brass.host/tea/stickerpack_assembler" Homepage = "https://git.brass.host/tea/stickerpack_assembler"
Repository = "https://git.brass.host/tea/stickerpack_assembler" Repository = "https://git.brass.host/tea/stickerpack_assembler"
Issues = "https://git.brass.host/tea/stickerpack_assembler/issues" Issues = "https://git.brass.host/tea/stickerpack_assembler/issues"
classifiers = [
"Development Status :: 3 - Alpha"
]