Skip to content

Commit d01ac7c

Browse files
committed
fix "The description failed to render in the default format of reStructuredText", refer "How can I upload a project description in a different format?" part in https://pypi.org/help/#description-content-type
1 parent dea8031 commit d01ac7c

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
@@ -38,6 +38,7 @@ def grep(attrname):
3838
author_email=grep('__email__'),
3939
description='uliweb-apijson',
4040
long_description=desc(),
41+
long_description_content_type="text/markdown",
4142
packages = find_packages(),
4243
include_package_data=True,
4344
zip_safe=False,

0 commit comments

Comments
 (0)