Skip to content

Commit

Permalink
change content-type to sausage-case
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 10, 2024
1 parent a5e1529 commit 6809e25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,14 @@ ww3 = "bmi_wavewatch3.cli:ww3"
channels = ["conda-forge", "defaults"]
platforms = ["osx-arm64", "linux-64", "osx-64", "win-64"]

# [tool.setuptools]
# py-modules = []

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.dynamic]
readme = {file = ["README.md", "AUTHORS.md", "CHANGES.md"], content_type="text/markdown"}
readme = {file = ["README.md", "AUTHORS.md", "CHANGES.md"], content-type="text/markdown"}
version = {attr = "bmi_wavewatch3._version.__version__"}

[tool.pytest.ini_options]
Expand Down

0 comments on commit 6809e25

Please sign in to comment.