stickerpack_assembler/pyproject.toml
2024-02-07 07:29:31 +04:00

21 lines
583 B
TOML

[project]
version = "1.0.0"
name = "stickergen"
requires-python = ">= 3.8"
dependencies = [
"pyyaml"
]
authors = [
{ name = "Aleksey Chubukov", email = "tea@brass.host" }
]
description = "module for use in doit, generates stickers for telegram using yaml definitions"
readme = "README.md"
license = { text = "0BSD" }
classifiers = [
"Development Status :: 3 - Alpha"
]
[project.urls]
Homepage = "https://git.brass.host/tea/stickerpack_assembler"
Repository = "https://git.brass.host/tea/stickerpack_assembler"
Issues = "https://git.brass.host/tea/stickerpack_assembler/issues"