Skip to content

Commit 6d800f5

Browse files
committed
fix(pyproject.toml): Fix long description for PyPI
1 parent f77b6fc commit 6d800f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ include = ["h3pandas*"]
3737

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

4142
[tool.codespell]
4243
skip = "*.ipynb"

0 commit comments

Comments
 (0)