diff --git a/pyproject.toml b/pyproject.toml index 9795097..8a04056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,10 +11,10 @@ authors = [ description = "module for use in doit, generates stickers for telegram using yaml definitions" readme = "README.md" license = { text = "0BSD" } +classifiers = [ + "Development Status :: 3 - Alpha" +] [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" -]