From 1c367a2e8ef784fdb3036f213537d6d0607f29f5 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Thu, 28 Nov 2024 20:03:22 -0800 Subject: [PATCH] feat(setup): set long_description to readme Signed-off-by: John Andersen --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 90eff8d..3311af4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "gitatp" version = "0.1.0" description = "Git over ATproto" long_description_content_type = "text/markdown" +long_description = file: README.md readme = "README.md" authors = [ { name = "John Andersen", email = "johnandersen777@protonmail.com" }