Skip to content

Commit 6e14504

Browse files
authored
Added long_description_content_type to setup.py
1 parent 81454e3 commit 6e14504

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
@@ -59,6 +59,7 @@
5959
version=VERSION,
6060
description='Python driver library for the RethinkDB database server.',
6161
long_description=open('README.md', 'r').read(),
62+
long_description_content_type='text/markdown',
6263
url='https://github.com/RethinkDB/rethinkdb-python',
6364
maintainer='RethinkDB.',
6465
maintainer_email='bugs@rethinkdb.com',

0 commit comments

Comments
 (0)