[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"