From 5a26133dc72217957af078ace68b0eca911d510f Mon Sep 17 00:00:00 2001 From: Michael Helmling Date: Sat, 16 Mar 2024 22:12:18 +0100 Subject: [PATCH] pyproject: fix README link --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7474e45..c07b360 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = "cross-platform, Python audio metadata (\"tagging\") library based authors = [ { name = "Michael Helmling", email = "michaelhelmling@posteo.de" } ] -readme = "Readme.md" +readme = "README.md" license = { text = "GPLv3+" } classifiers = [ "Development Status :: 5 - Production/Stable",