Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Fix issue with long description by using markdown format
Browse files Browse the repository at this point in the history
Tell to pypi to convert long_description to markdown format.

pypi/warehouse#5890 (comment)

Change-Id: Id74d08c36b421f1b11f7cfeece1a77306ec138c0
  • Loading branch information
4383 committed Jul 1, 2019
1 parent 655075c commit fceb51c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@

setuptools.setup(
setup_requires=['pbr'],
pbr=True)
pbr=True,
long_description_content_type='text/markdown')

0 comments on commit fceb51c

Please sign in to comment.