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.
This commit is contained in:
2025-04-23 18:45:09 +02:00
parent 0e0ce97026
commit c8734547f7

View File

@@ -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" }
]