Skip to content

Commit

Permalink
Add a long_description_content_type to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jul 27, 2020
1 parent 3e9392c commit 787afde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
url='https://github.com/percipient/django-querysetsequence',
Expand Down

0 comments on commit 787afde

Please sign in to comment.