setup.py: set long_description_content_type to text/markdown

This commit is contained in:
Johannes 'josch' Schauer 2020-04-05 15:10:08 +02:00
parent 7a3daec620
commit cbbddf7fe0
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -24,6 +24,7 @@ setup(
author_email='josch@mister-muffin.de',
description="Convert images to PDF via direct JPEG inclusion.",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
license="LGPL",
keywords="jpeg pdf converter",
classifiers=[