Skip to content

Commit

Permalink
Merge pull request #989 from mandiant/mr-tz-patch-1
Browse files Browse the repository at this point in the history
add content-type MD for readme declaration
  • Loading branch information
mr-tz authored Apr 15, 2024
2 parents 7e2311c + 2b1f45d commit db9af41
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 @@ -46,7 +46,7 @@ dynamic = ["version", "readme"]

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

[tool.setuptools]
packages = ["floss", "floss.sigs"]
Expand Down

0 comments on commit db9af41

Please sign in to comment.