Skip to content

Commit db9af41

Browse files
authored
Merge pull request #989 from mandiant/mr-tz-patch-1
add content-type MD for readme declaration
2 parents 7e2311c + 2b1f45d commit db9af41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dynamic = ["version", "readme"]
4646

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

5151
[tool.setuptools]
5252
packages = ["floss", "floss.sigs"]

0 commit comments

Comments
 (0)