Skip to content

Commit 787afde

Browse files
committed
Add a long_description_content_type to setup.py.
1 parent 3e9392c commit 787afde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def long_description():
1313
version='0.13',
1414
description='Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.',
1515
long_description=long_description(),
16+
long_description_content_type='text/x-rst',
1617
author='Percipient Networks, LLC',
1718
author_email='support@strongarm.io',
1819
url='https://github.com/percipient/django-querysetsequence',

0 commit comments

Comments
 (0)