Skip to content

Commit 4e4b8dd

Browse files
authored
explicitly call our the content type of the description (#397)
1 parent 53c90c3 commit 4e4b8dd

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
@@ -262,6 +262,7 @@ def build_cmake(self, ext):
262262
version=version,
263263
description='AMQP 1.0 Client Library for Python',
264264
long_description=readme + '\n\n' + history,
265+
long_description_content_type="text/x-rst",
265266
license='MIT License',
266267
author='Microsoft Corporation',
267268
author_email='[email protected]',

0 commit comments

Comments
 (0)