We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc19d1b commit ba75785Copy full SHA for ba75785
pyproject.toml
@@ -57,12 +57,16 @@ dependencies = [
57
"gpytorch>=1.5.1"
58
]
59
60
-dynamic = ["version", "readme"]
+dynamic = ["version"]
61
62
[project.urls]
63
homepage = "https://github.com/fabiankueppers/calibration-framework"
64
documentation = "https://fabiankueppers.github.io/calibration-framework"
65
66
+[project.readme]
67
+file = "README.md"
68
+content-type = "text/markdown"
69
+
70
[project.license]
71
file = "LICENSE.txt"
72
@@ -71,4 +75,3 @@ exclude = ["img"]
75
76
[tool.setuptools.dynamic]
73
77
version = {attr = "netcal.__version__"}
74
-readme = {file = ["README.md"]}
0 commit comments