From 625a913143e7e42ee74c04ef8cb0967c09a9b869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Mon, 21 Jan 2019 15:52:25 +0100 Subject: [PATCH] display properly README at markdown format on pypi --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7ef65bc..274a1a1 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ version='0.4.0', description="pyup-django checks your installed dependencies for known security vulnerabilities and displays them in the admin area.", long_description=readme, + long_description_content_type="text/markdown", author="pyup.io", author_email='support@pyup.io', url='https://github.com/pyupio/pyup-django',