Skip to content

Commit

Permalink
feat(setup): fix long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
johnandersen777 committed Nov 29, 2024
1 parent 1c367a2 commit ce200f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "gitatp"
version = "0.1.0"
description = "Git over ATproto"
long_description_content_type = "text/markdown"
long_description = file: README.md
readme = "README.md"
long_description = {file = "README.md", content-type = "text/markdown"}
readme = {file = "README.md", content-type = "text/markdown"}
authors = [
{ name = "John Andersen", email = "[email protected]" }
]
Expand Down

0 comments on commit ce200f9

Please sign in to comment.