add pyproject.toml

This commit is contained in:
Aleksey 2024-02-07 07:28:08 +04:00
parent e46a931634
commit d2c64c2640
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

20
pyproject.toml Normal file
View File

@ -0,0 +1,20 @@
[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" }
[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"
classifiers = [
"Development Status :: 3 - Alpha"
]