1
0
Fork 0
forked from github/pelican

Add long description.

This commit is contained in:
Alexis Metaireau 2010-08-19 13:46:53 +02:00
commit fbf8398f9c

View file

@ -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,