Skip to content

Commit 9d367ad

Browse files
committed
[Distribution] Setup.py add long description markdown type
1 parent 6917486 commit 9d367ad

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
@@ -21,6 +21,7 @@ def readme():
2121
url='https://github.com/santiher/python-helpscout-v2',
2222
description='Wrapper to query Help Scout v2 API',
2323
long_description=readme(),
24+
long_description_content_type='text/markdown',
2425
license='MIT',
2526
install_requires=['requests'],
2627
packages=['helpscout'],

0 commit comments

Comments
 (0)