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:
2025-04-23 18:12:02 +02:00
parent a1ecfdfacd
commit 8c8963f86a

View File

@@ -6,7 +6,6 @@ build-backend = "hatchling.build"
name = "discord-progress-bar"
dynamic = ["version", "urls", "readme"]
description = "A python library to easily create progress bars with discord emojis"
readme = "README.md"
authors = [
{ name = "Paillat-dev", email = "me@paillat.dev" }
]