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 058c94d commit d2c5cc1Copy full SHA for d2c5cc1
templates/python/setup.py.twig
@@ -6,6 +6,8 @@ setuptools.setup(
6
version = '{{sdk.version}}',
7
license='{{spec.licenseName}}',
8
description = '{{sdk.shortDescription}}',
9
+ long_description = '{{sdk.longDescription}}',
10
+ long_description_content_type = 'text/markdown',
11
author = '{{spec.contactName}}',
12
author_email = '{{spec.contactEmail}}',
13
maintainer = '{{spec.contactName}}',
0 commit comments