From 048c926b46a9216f0fbafffc96e0e3ff926776d3 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 7 May 2018 00:23:38 +0530 Subject: [PATCH] README is in ReST --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 874b96a2..6902dc6f 100755 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setup( version=about['__version__'], description=about['__description__'], long_description=readme + '\n\n' + history, - long_description_content_type='text/markdown', + long_description_content_type='text/x-rst', author=about['__author__'], author_email=about['__author_email__'], url=about['__url__'],