Skip to content

Commit

Permalink
Fix content-type for README
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Mar 23, 2024
1 parent 3e011a7 commit 462abab
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 @@ -32,4 +32,4 @@ test = [

[tool.setuptools.dynamic]
version = {attr = "async_solipsism.__version__"}
readme = {file = ["README.md"]}
readme = {file = ["README.md"], content-type = "text/markdown"}

0 comments on commit 462abab

Please sign in to comment.