From bc5e96c5dce117c64709c749678274498847d3bb Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Mon, 3 Jun 2024 22:32:45 +0200 Subject: [PATCH] Adjust README name. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 890dfa1..73b53d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ {name = "Emma Nora Theuer", email = "wallman@entheuer.de"}, ] description = "A simple program to set dynamic wallpapers on standalone X11 Windows Managers and Wayland compositors" -readme = "README" +readme = "README.md" requires-python = ">=3.11" keywords = ["Desktop", "Wallpapers"] license = {text = "MIT"}