mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Plugins are now installed by setuptools
This commit is contained in:
parent
3cf3657202
commit
f248a81107
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -16,7 +16,7 @@ setup(
|
||||||
author_email = 'alexis@notmyidea.org',
|
author_email = 'alexis@notmyidea.org',
|
||||||
description = "A tool to generate a static blog, with restructured text (or markdown) input files.",
|
description = "A tool to generate a static blog, with restructured text (or markdown) input files.",
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
packages = ['pelican'],
|
packages = ['pelican', 'pelican.plugins'],
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
install_requires = requires,
|
install_requires = requires,
|
||||||
scripts = ['bin/pelican', 'tools/pelican-themes'],
|
scripts = ['bin/pelican', 'tools/pelican-themes'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue