Skip to content

Commit ec6849f

Browse files
committed
Tell PyPI long_description is Markdown
Fixes aws#609. This will apply from the next release. Cf aws/aws-xray-sdk-python#101
1 parent a2c6954 commit ec6849f

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
@@ -54,6 +54,7 @@ def read_requirements(req='base.txt'):
5454
version=read_version(),
5555
description='AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates',
5656
long_description=read('README.md'),
57+
long_description_content_type='text/markdown',
5758
author='Amazon Web Services',
5859
author_email='[email protected]',
5960
url='https://github.com/awslabs/serverless-application-model',

0 commit comments

Comments
 (0)