Skip to content

Commit d2c5cc1

Browse files
Update long_description in setup.py.twig
1 parent 058c94d commit d2c5cc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/python/setup.py.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ setuptools.setup(
66
version = '{{sdk.version}}',
77
license='{{spec.licenseName}}',
88
description = '{{sdk.shortDescription}}',
9+
long_description = '{{sdk.longDescription}}',
10+
long_description_content_type = 'text/markdown',
911
author = '{{spec.contactName}}',
1012
author_email = '{{spec.contactEmail}}',
1113
maintainer = '{{spec.contactName}}',

0 commit comments

Comments
 (0)