Skip to content

Commit

Permalink
feat(setup): try long_description fix object as readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
johnandersen777 committed Nov 29, 2024
1 parent 75ed238 commit 2e90aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gitatp"
version = "0.1.0"
description = "Git over ATproto"
long_description = "file:README.md"
long_description = {file = "README.md", content-type = "text/markdown"}
long_description_content_type = "text/markdown"
readme = {file = "README.md", content-type = "text/markdown"}
authors = [
Expand Down

0 comments on commit 2e90aa9

Please sign in to comment.