forked from github/pelican
Add long description.
This commit is contained in:
parent
56312a6b27
commit
fbf8398f9c
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -12,6 +12,7 @@ setup(
|
|||
author = 'Alexis Metaireau',
|
||||
author_email = 'alexis@notmyidea.org',
|
||||
description = "A tool to generate a static blog, with restructured text input files.",
|
||||
long_description=open('README.rst').read(),
|
||||
packages = ['pelican'],
|
||||
package_data = {'pelican': ['themes/templates/*']},
|
||||
install_requires = requires,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue