Skip to content

Commit

Permalink
Tell PyPI long_description is Markdown
Browse files Browse the repository at this point in the history
Fixes aws#609. This will apply from the next release.

Cf aws/aws-xray-sdk-python#101
  • Loading branch information
adamchainz committed Oct 2, 2018
1 parent a2c6954 commit ec6849f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def read_requirements(req='base.txt'):
version=read_version(),
description='AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates',
long_description=read('README.md'),
long_description_content_type='text/markdown',
author='Amazon Web Services',
author_email='aws-sam-developers@amazon.com',
url='https://github.com/awslabs/serverless-application-model',
Expand Down

0 comments on commit ec6849f

Please sign in to comment.