mirror of
https://github.com/Paillat-dev/dismoji.git
synced 2026-01-02 00:56:19 +00:00
Improve project metadata (#2)
This commit is contained in:
@@ -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 "😄").
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user