Skip to content

Commit 2b7f791

Browse files
author
Antoine Lavandier
committed
Flag the description as github flavored markdown to properly show up on Pypi
1 parent 80443ea commit 2b7f791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
keywords="Visualization VTK",
3636
packages=packages + tests,
3737
long_description=open("README.md").read() if os.path.exists("README.md") else "",
38+
long_description_content_type="text/markdown",
3839
python_requires=">=3.7",
3940
install_requires=install_requires,
4041
extras_require=extras_require,

0 commit comments

Comments
 (0)