Skip to content

Commit

Permalink
Set the content type on the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Nov 27, 2024
1 parent 56f7f2b commit 51d3ef0
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 @@ -35,7 +35,7 @@ Issues = "https://github.com/CybercentreCanada/Maco/issues"
[tool.setuptools_scm]

[tool.setuptools.dynamic]
readme = { file = ["README.md"] }
readme = { file = ["README.md"], content-type = "text/markdown" }
dependencies = { file = ["requirements.txt"] }

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 51d3ef0

Please sign in to comment.