Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Apr 18, 2024
1 parent 71703ae commit 433e299
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 @@ -59,7 +59,7 @@ license-files = ["LICENSE"]

[tool.setuptools.dynamic]
dependencies = {file = "requirements/core.txt"}
readme = {file = "README.rst", content-type = "text/x-rst"}
readme = {file = "README.md", content-type = "text/markdown"}
version = {attr = "iris_grib.__version__"}
optional-dependencies.all = {file = "requirements/all.txt"}
optional-dependencies.test = {file = "requirements/test.txt"}
Expand Down

0 comments on commit 433e299

Please sign in to comment.