We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa52900 commit 56a3baaCopy full SHA for 56a3baa
templates/python/setup.py.twig
@@ -11,7 +11,7 @@ setuptools.setup(
11
version = '{{sdk.version}}',
12
license='{{spec.licenseName}}',
13
description = '{{sdk.shortDescription}}',
14
- long_description = '{{sdk.longDescription}}',
+ long_description = long_description,
15
long_description_content_type = 'text/markdown',
16
author = '{{spec.contactName}}',
17
author_email = '{{spec.contactEmail}}',
0 commit comments