Skip to content

Commit ffdf7f5

Browse files
committed
🔧 fix long description content-type inferred as rst instead of md
1 parent c7197b7 commit ffdf7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ packages = ["charset_normalizer", "charset_normalizer.cli", ]
4646

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

5151
[project.scripts]
5252
normalizer = "charset_normalizer:cli.cli_detect"

0 commit comments

Comments
 (0)