Skip to content

Commit 56a3baa

Browse files
Update long_description
1 parent fa52900 commit 56a3baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/python/setup.py.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ setuptools.setup(
1111
version = '{{sdk.version}}',
1212
license='{{spec.licenseName}}',
1313
description = '{{sdk.shortDescription}}',
14-
long_description = '{{sdk.longDescription}}',
14+
long_description = long_description,
1515
long_description_content_type = 'text/markdown',
1616
author = '{{spec.contactName}}',
1717
author_email = '{{spec.contactEmail}}',

0 commit comments

Comments
 (0)