From f02ce7521e7c2e240f3fa94665404e645f13af83 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Fri, 1 Nov 2019 12:25:16 +0000 Subject: [PATCH] Trying to fix pypi deploy --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 01bc2e7..bf965f0 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ setup( author_email="dave@etianen.com", url="http://github.com/etianen/django-watson", zip_safe=False, + long_description_content_type="text/markdown", packages=[ "watson", "watson.management",