2024-02-07 03:32:23 +00:00
|
|
|
[build-system]
|
2024-02-07 04:03:36 +00:00
|
|
|
requires = ["setuptools >= 61.0", "wheel"]
|
2024-02-07 03:58:31 +00:00
|
|
|
build-backend = "setuptools.build_meta"
|
2024-02-07 03:28:08 +00:00
|
|
|
[project]
|
|
|
|
version = "1.0.0"
|
|
|
|
name = "stickergen"
|
|
|
|
requires-python = ">= 3.8"
|
|
|
|
dependencies = [
|
2024-02-07 03:52:19 +00:00
|
|
|
"pyyaml"
|
2024-02-07 03:28:08 +00:00
|
|
|
]
|
|
|
|
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" }
|
2024-02-07 03:29:31 +00:00
|
|
|
classifiers = [
|
|
|
|
"Development Status :: 3 - Alpha"
|
|
|
|
]
|
2024-02-07 03:28:08 +00:00
|
|
|
[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"
|