From 3e756321acad05fc1bf791a714b4cb1df988cada Mon Sep 17 00:00:00 2001 From: Aleksey Date: Wed, 7 Feb 2024 07:29:31 +0400 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -]