mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
remove plugins, update docs and update dependecies
This commit is contained in:
parent
886c8d649c
commit
c4b3ad58e8
20 changed files with 16 additions and 1193 deletions
2
setup.py
2
setup.py
|
|
@ -32,7 +32,7 @@ setup(
|
|||
description="A tool to generate a static blog from reStructuredText or "
|
||||
"Markdown input files.",
|
||||
long_description=README + '\n' + CHANGELOG,
|
||||
packages=['pelican', 'pelican.tools', 'pelican.plugins'],
|
||||
packages=['pelican', 'pelican.tools'],
|
||||
include_package_data=True,
|
||||
install_requires=requires,
|
||||
entry_points=entry_points,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue