From 3ba10846a7dbabbfcbf89b63b4259c0374ff87d5 Mon Sep 17 00:00:00 2001 From: Paillat Date: Sun, 4 May 2025 00:48:55 +0200 Subject: [PATCH] Improve project metadata (#2) --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d34c3c..88512bb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A Python library for converting Discord emoji names to their Unicode equivalents ## Overview -dismoji is a lightweight Python library that provides a simple way to convert Discord +Dismoji is a lightweight Python library that provides a simple way to convert Discord emoji names to their Unicode equivalents. With just a single function call, you can transform text containing Discord-style emoji codes (like `:smile:`) into text with actual Unicode emoji characters (like "😄"). diff --git a/pyproject.toml b/pyproject.toml index c2cf477..5d6bb6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "dismoji" dynamic = ["version", "urls", "readme"] -description = "***" +description = "A Python library for converting Discord emoji names to their Unicode equivalents." authors = [ { name = "Paillat-dev", email = "me@paillat.dev" } ]