Skip to content

Commit ac80ec7

Browse files
committed
Add long_description_content_type to setup
1 parent 8d9f96c commit ac80ec7

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
@@ -53,6 +53,7 @@ def run(self):
5353
"Topic :: System :: Hardware",
5454
],
5555
long_description=read("README.md"),
56+
long_description_content_type="text/markdown",
5657
zip_safe=False,
5758
install_requires=["scikit-build"],
5859
cmdclass={"build": BuildCommand}

0 commit comments

Comments
 (0)