From c8734547f755c7a6709effa13280ab2689979610 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Wed, 23 Apr 2025 18:45:09 +0200 Subject: [PATCH] Update project description in pyproject.toml Refined the project description to emphasize customizability and usage in Discord bot messages. Improves clarity and better conveys the library's purpose. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe235c5..ffa3484 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "discord-progress-bar" dynamic = ["version", "urls", "readme"] -description = "A python library to easily create progress bars with discord emojis" +description = "A Python library for creating customizable progress bars with Discord emojis in your Discord bot messages." authors = [ { name = "Paillat-dev", email = "me@paillat.dev" } ]