Skip to content

Commit ba75785

Browse files
author
Fabian Kueppers
committed
Explicitly specify README content type
1 parent cc19d1b commit ba75785

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,16 @@ dependencies = [
5757
"gpytorch>=1.5.1"
5858
]
5959

60-
dynamic = ["version", "readme"]
60+
dynamic = ["version"]
6161

6262
[project.urls]
6363
homepage = "https://github.com/fabiankueppers/calibration-framework"
6464
documentation = "https://fabiankueppers.github.io/calibration-framework"
6565

66+
[project.readme]
67+
file = "README.md"
68+
content-type = "text/markdown"
69+
6670
[project.license]
6771
file = "LICENSE.txt"
6872

@@ -71,4 +75,3 @@ exclude = ["img"]
7175

7276
[tool.setuptools.dynamic]
7377
version = {attr = "netcal.__version__"}
74-
readme = {file = ["README.md"]}

0 commit comments

Comments
 (0)