mirror of
https://github.com/Paillat-dev/discord-progress-bar.git
synced 2026-01-02 01:06:18 +00:00
Remove redundant readme field from pyproject.toml
The "readme" field was unnecessary as it is already included in the "dynamic" list. This reduces redundancy and keeps the configuration file cleaner.
This commit is contained in:
@@ -6,7 +6,6 @@ build-backend = "hatchling.build"
|
|||||||
name = "discord-progress-bar"
|
name = "discord-progress-bar"
|
||||||
dynamic = ["version", "urls", "readme"]
|
dynamic = ["version", "urls", "readme"]
|
||||||
description = "A python library to easily create progress bars with discord emojis"
|
description = "A python library to easily create progress bars with discord emojis"
|
||||||
readme = "README.md"
|
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Paillat-dev", email = "me@paillat.dev" }
|
{ name = "Paillat-dev", email = "me@paillat.dev" }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user