Skip to content

Commit 3dc402d

Browse files
Set the content type for displaying PyPi documentation
1 parent 0f1d8a1 commit 3dc402d

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
@@ -126,6 +126,7 @@ def read(filename):
126126
description=('Tools for creating and verifying consumer driven contracts'
127127
' using the Pact framework.'),
128128
long_description=read('README.md'),
129+
long_description_content_type='text/markdown',
129130
author='Matthew Balvanz',
130131
author_email='[email protected]',
131132
url='https://github.com/pact-foundation/pact-python',

0 commit comments

Comments
 (0)