Skip to content

Commit 9b5c7f4

Browse files
committed
setup.py: Set long_description_content_type
It defaults to ReStructured Text, but commit eb0b1aa changed the README to Markdown. See https://packaging.python.org/en/latest/guides/making-a-pypi-friendly-readme/ Fixes martinpitt#106
1 parent 8f786f3 commit 9b5c7f4

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
@@ -14,6 +14,7 @@
1414
version=version,
1515
description='Mock D-Bus objects',
1616
long_description=readme,
17+
long_description_content_type='text/markdown',
1718
author='Martin Pitt',
1819
author_email='martin.pitt@ubuntu.com',
1920
url='https://github.com/martinpitt/python-dbusmock',

0 commit comments

Comments
 (0)