Skip to content

Commit

Permalink
add content type for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Oct 8, 2023
1 parent 33a70a7 commit dc06e43
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 @@ -41,7 +41,7 @@ packages = [

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

[tool.black]
line-length = 140
Expand Down

0 comments on commit dc06e43

Please sign in to comment.