add setuptools

This commit is contained in:
Aleksey 2024-02-07 07:36:30 +04:00
parent 21ce33deca
commit e272e41e3a
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

View File

@ -6,7 +6,8 @@ version = "1.0.0"
name = "stickergen"
requires-python = ">= 3.8"
dependencies = [
"pyyaml"
"pyyaml",
"setuptools"
]
authors = [
{ name = "Aleksey Chubukov", email = "tea@brass.host" }