Skip to content

Commit

Permalink
🔧 fix long description content-type inferred as rst instead of md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Dec 24, 2024
1 parent c7197b7 commit ffdf7f5
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 @@ -46,7 +46,7 @@ packages = ["charset_normalizer", "charset_normalizer.cli", ]

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

[project.scripts]
normalizer = "charset_normalizer:cli.cli_detect"
Expand Down

0 comments on commit ffdf7f5

Please sign in to comment.