Skip to content

Commit c811bbb

Browse files
committed
Set long_description_content_type to text/markdown in setup.py
1 parent 282d3d4 commit c811bbb

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
@@ -31,6 +31,7 @@ def read(fname):
3131
include_package_data=True,
3232
zip_safe=False,
3333
long_description=read('README.md'),
34+
long_description_content_type="text/markdown",
3435
tests_require=[
3536
'flake8',
3637
'psycopg2',

0 commit comments

Comments
 (0)