From fbf8398f9cf68c5f46e8b082b506c0f9e4ceb893 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Thu, 19 Aug 2010 13:46:53 +0200 Subject: [PATCH] Add long description. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1f4aba70..f12d8f16 100644 --- a/setup.py +++ b/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,