From 787afdeaf3d407da1f1ad25fa529279515549412 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 27 Jul 2020 16:52:34 -0400 Subject: [PATCH] Add a long_description_content_type to setup.py. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 450b8f6..4b23088 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ def long_description(): version='0.13', description='Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.', long_description=long_description(), + long_description_content_type='text/x-rst', author='Percipient Networks, LLC', author_email='support@strongarm.io', url='https://github.com/percipient/django-querysetsequence',