Skip to content

Commit

Permalink
Explicitly specify README content type
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Kueppers committed Oct 18, 2022
1 parent cc19d1b commit ba75785
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,16 @@ dependencies = [
"gpytorch>=1.5.1"
]

dynamic = ["version", "readme"]
dynamic = ["version"]

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

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

[project.license]
file = "LICENSE.txt"

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

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

0 comments on commit ba75785

Please sign in to comment.