forked from josch/img2pdf
setup.py: set long_description_content_type to text/markdown
This commit is contained in:
parent
7a3daec620
commit
cbbddf7fe0
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -24,6 +24,7 @@ setup(
|
||||||
author_email='josch@mister-muffin.de',
|
author_email='josch@mister-muffin.de',
|
||||||
description="Convert images to PDF via direct JPEG inclusion.",
|
description="Convert images to PDF via direct JPEG inclusion.",
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
|
long_description_content_type='text/markdown',
|
||||||
license="LGPL",
|
license="LGPL",
|
||||||
keywords="jpeg pdf converter",
|
keywords="jpeg pdf converter",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Reference in a new issue