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',