Skip to content

Commit

Permalink
set content-type for readme parameter in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
unixsurfer committed Oct 19, 2024
1 parent 2d185c4 commit 5898160
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 @@ -34,7 +34,7 @@ packages = ["anycast_healthchecker"]

[tool.setuptools.dynamic]
version = {attr = "anycast_healthchecker.__version__"}
readme = {file = ["README.rst"]}
readme = {file = ["README.rst"], content-type = "text/x-rst"}

[build-system]
requires = ["setuptools>=61", "wheel"]
Expand Down

0 comments on commit 5898160

Please sign in to comment.