Skip to content

Commit 2f07523

Browse files
committed
Tell PyPI long_description is Markdown
Rendering of the README on PyPI is broken because it expects RST by default and Markdown is being uploaded. This fixes it.
1 parent 48e9e30 commit 2f07523

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"Programming Language :: Python :: 3.6",
5454
],
5555
long_description=long_description,
56+
long_description_content_type='text/markdown',
5657
tests_require=('nose', 'nosexcover'),
5758
test_suite='nose.collector'
5859
)

0 commit comments

Comments
 (0)