From a3105209d5062a078ef3c8d89a6306a228f6f9ef Mon Sep 17 00:00:00 2001 From: Christian Kreuzberger Date: Fri, 8 Jun 2018 15:06:10 +0200 Subject: [PATCH] Change pypi description content type to markdown --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 275cb07..a6aea6d 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ license='BSD License', description='An extension of django rest framework, providing a password reset strategy', long_description=README, + long_description_content_type='text/markdown', # This is important for README.md in markdown format url='https://github.com/anx-ckreuzberger/django-rest-passwordreset', author='Christian Kreuzberger', author_email='ckreuzberger@anexia-it.com',