Skip to content

Commit 4ad320f

Browse files
committed
add long_description_content_type='text/markdown'
1 parent 9c3a9c3 commit 4ad320f

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
@@ -36,6 +36,7 @@ def read_all(f):
3636
version=version,
3737
description='ReJSON Python Client',
3838
long_description=read_all("README.rst"),
39+
long_description_content_type='text/markdown',
3940
classifiers=[
4041
'Programming Language :: Python',
4142
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)