From 3d10d4c740bf19720edca58c4dd4604899f2d5ef Mon Sep 17 00:00:00 2001 From: linbreux <29354411+Linbreux@users.noreply.github.com> Date: Tue, 28 May 2024 20:49:47 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac707f2..5156dc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires-python = ">= 3.8" name = "wikmd" description = "A file-based wiki that aims for simplicity." -long_description = "A file-based wiki that aims for simplicity." +readme = "README.md" authors = [ { name = "linbreux" } ]