Skip to content

Commit

Permalink
Tell PyPI long_description is Markdown
Browse files Browse the repository at this point in the history
Rendering of the README on PyPI is broken because it expects RST by default and Markdown is being uploaded. This fixes it.
  • Loading branch information
adamchainz committed Oct 15, 2018
1 parent 48e9e30 commit 2f07523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"Programming Language :: Python :: 3.6",
],
long_description=long_description,
long_description_content_type='text/markdown',
tests_require=('nose', 'nosexcover'),
test_suite='nose.collector'
)

0 comments on commit 2f07523

Please sign in to comment.