From 4d9d1299583295026b11954736728e2d13526366 Mon Sep 17 00:00:00 2001 From: David D Lowe Date: Tue, 5 Jun 2018 12:58:30 +0100 Subject: [PATCH] Indicate Markdown content type of long description --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3679337..84b5d86 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ version="1.5.4", description="Django application to handle chained model fields.", long_description=long_desc, + long_description_content_type='text/markdown', author="Patrick Lauber", author_email="digi@treepy.com", url="https://github.com/digi604/django-smart-selects",