From 7fa6a73c6e0260e43935d73306d580944887bc35 Mon Sep 17 00:00:00 2001 From: Wes Okes Date: Thu, 11 Jul 2019 13:59:55 -0400 Subject: [PATCH] setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4fbf8e7..d6473aa 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ def get_version(): version=get_version(), description='Make templates that manage models', long_description=open('README.md').read(), + long_description_content_type='text/markdown', url='https://github.com/ambitioninc/django-smart-manager', author='Wes Kendall', author_email='opensource@ambition.com',