Skip to content

Commit

Permalink
Merge pull request #160 from ritchie46/explicitReadmeContentType
Browse files Browse the repository at this point in the history
Explicitly set the content-type for README.md
  • Loading branch information
smith120bh authored Jun 8, 2023
2 parents dfcd528 + 43a447d commit f6e714e
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 @@ -27,7 +27,7 @@ dynamic = ["version", "readme", "dependencies", "optional-dependencies"]

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

[tool.setuptools.dynamic.optional-dependencies]
Expand Down

0 comments on commit f6e714e

Please sign in to comment.