Skip to content

Commit

Permalink
fix content type, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
thehesiod committed Aug 20, 2021
1 parent 5d53c5c commit c9461ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def read_version():
version=read_version(),
description='Async client for aws services using botocore and aiohttp',
long_description='\n\n'.join((read('README.rst'), read('CHANGES.rst'))),
long_description_content_type='text/markdown',
long_description_content_type='text/x-rst',
classifiers=classifiers,
author="Nikolay Novik",
author_email="nickolainovik@gmail.com",
Expand Down

0 comments on commit c9461ce

Please sign in to comment.