mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add long_description_content_type
This commit is contained in:
parent
9db937e581
commit
053ca519cc
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue