add setuptools
This commit is contained in:
parent
21ce33deca
commit
e272e41e3a
@ -6,7 +6,8 @@ version = "1.0.0"
|
|||||||
name = "stickergen"
|
name = "stickergen"
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pyyaml"
|
"pyyaml",
|
||||||
|
"setuptools"
|
||||||
]
|
]
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Aleksey Chubukov", email = "tea@brass.host" }
|
{ name = "Aleksey Chubukov", email = "tea@brass.host" }
|
||||||
|
Loading…
Reference in New Issue
Block a user