From 24095f0b3d5e2a418c85a153b62c06dd5dafcd75 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Thu, 28 Nov 2024 20:20:18 -0800 Subject: [PATCH] feat(setup): try long_description as string stub Signed-off-by: John Andersen --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37ccbe2..cd3a87e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "gitatp" version = "0.1.0" -description = "Git over ATproto" -long_description = {file = "README.md", content-type = "text/markdown"} +description = "Git over ATProto" +long_description = "# Git over ATProto" long_description_content_type = "text/markdown" readme = {file = "README.md", content-type = "text/markdown"} authors = [