add pyproject.toml
This commit is contained in:
parent
e46a931634
commit
d2c64c2640
20
pyproject.toml
Normal file
20
pyproject.toml
Normal 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"
|
||||
]
|
Loading…
Reference in New Issue
Block a user