Skip to content

Commit ca8fa39

Browse files
fix(mathy): add long desc content type to setup.py
1 parent bef7d6c commit ca8fa39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/mathy_python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def setup_package():
3131
version=about["__version__"],
3232
license=about["__license__"],
3333
long_description=long_description,
34+
long_description_content_type="text/markdown",
3435
keywords="math",
3536
install_requires=REQUIRED_MODULES,
3637
packages=find_packages(),

0 commit comments

Comments
 (0)