Skip to content

Commit 2b1f45d

Browse files
authored
add content-type MD for readme declaration
1 parent 7e2311c commit 2b1f45d

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)