Skip to content

Commit 9bca8b2

Browse files
authored
Merge pull request #40 from adamchainz/markdown
Tell PyPI long_description is Markdown
2 parents 1b92f4f + 2f07523 commit 9bca8b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
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)