Add long_description_content_type

This commit is contained in:
Salar Nosrati-Ershad 2020-05-28 19:49:33 +04:30 committed by GitHub
commit 053ca519cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ setup(
keywords='static web site generator SSG reStructuredText Markdown',
license='AGPLv3',
long_description=description,
long_description_content_type="text/x-rst",
packages=['pelican', 'pelican.tools', 'pelican.plugins'],
package_data={
# we manually collect the package data, as opposed to using,