diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..9795097 --- /dev/null +++ b/pyproject.toml @@ -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" +]