Skip to content

Commit 67b8029

Browse files
fix: make content-type of readme explicit
1 parent 30cb955 commit 67b8029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "zalfmas-common"
33
version = "0.1.24"
44
description = "Common code for ZALF MAS projects"
5-
readme = "README.md"
5+
readme = { file = "README.md", content-type = "text/markdown" }
66
authors = [{ name = "Michael Berg-Mohnicke", email = "michael.berg@zalf.de" }]
77
requires-python = ">=3.10,<3.13"
88
dependencies = [

0 commit comments

Comments
 (0)