From 8c8963f86a0fffd2dd922e52d975e46363481f90 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Wed, 23 Apr 2025 18:12:02 +0200 Subject: [PATCH] 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. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33964dd..fe235c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } ]