Skip to content

Commit

Permalink
build: force the README to be parsed as Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
xenophonf committed Nov 30, 2023
1 parent 208ac3c commit c0ad352
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ test = [
"pytest-reportlog",
]

[project.readme]
file = "README.md"
content-type = "text/markdown"

[tool.pytest.ini_options]
# Invoke smoke tests with `pytest -k smoke`. See also
Expand Down

0 comments on commit c0ad352

Please sign in to comment.