Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Added content type to markdown readme file
  • Loading branch information
sascha-kirch authored Nov 2, 2023
1 parent d860462 commit 00f5782
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 = ["DeepSaki"]

[tool.setuptools.dynamic]
version = {attr = "DeepSaki.__version__"}
readme = {file = "./docs/README.md"}
readme = {file = "./docs/README.md",content-type = "text/markdown"}
dependencies = {file = ["./environment/requirements.txt"]}

[tool.pytest.ini_options]
Expand Down

0 comments on commit 00f5782

Please sign in to comment.