From 3363e9ef739149813843fa5f194d81268f55be7a Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Tue, 31 Dec 2024 03:55:20 +0000 Subject: [PATCH] Change name of pypireadme file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfd1b39..fcec214 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.md" +readme = "pypireadme.md" requires-python = ">=3.11" keywords = ["Desktop", "Wallpapers"] license = {text = "MIT"}