Skip to content

Commit

Permalink
fix(pyproject.toml): Fix long description for PyPI (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
DahnJ authored Mar 2, 2025
1 parent f77b6fc commit 4c112ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ include = ["h3pandas*"]

[tool.setuptools.dynamic]
readme = {file = ["README.md"], content-type = "text/markdown"}
long_description = {file = "README.md", content-type = "text/markdown"}

[tool.codespell]
skip = "*.ipynb"
Expand Down

0 comments on commit 4c112ca

Please sign in to comment.