mirror of
https://github.com/Paillat-dev/dismoji.git
synced 2026-01-02 09:06:20 +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
|
## 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
|
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
|
transform text containing Discord-style emoji codes (like `:smile:`) into text with
|
||||||
actual Unicode emoji characters (like "😄").
|
actual Unicode emoji characters (like "😄").
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
|||||||
[project]
|
[project]
|
||||||
name = "dismoji"
|
name = "dismoji"
|
||||||
dynamic = ["version", "urls", "readme"]
|
dynamic = ["version", "urls", "readme"]
|
||||||
description = "***"
|
description = "A Python library for converting Discord emoji names to their Unicode equivalents."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Paillat-dev", email = "me@paillat.dev" }
|
{ name = "Paillat-dev", email = "me@paillat.dev" }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user