From 99f7ab2b9f136f87eaa4fda0303db39c5b1709bb Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Fri, 28 Aug 2009 15:58:47 +0000 Subject: [PATCH] README and setup prepared for first release. svn path=/plone.formwidget.captcha/trunk/; revision=29453 --- README.txt | 24 ++++++++++++------------ setup.py | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.txt b/README.txt index 3e50ad5..188a223 100644 --- a/README.txt +++ b/README.txt @@ -10,22 +10,22 @@ Martijn Pieters. Buildout Installation --------------------- -Add the following code to your buildout.cfg to install plone.formwidget.captcha: +Add the following code to your buildout.cfg to install plone.formwidget.captcha:: -[buildout] -... -eggs = - ... - plone.formwidget.captcha + [buildout] ... + eggs = + ... + plone.formwidget.captcha + ... -... -[instance] -... -zcml = ... - plone.formwidget.captcha -... + [instance] + ... + zcml = + ... + plone.formwidget.captcha + ... Captchas without server state diff --git a/setup.py b/setup.py index bcbae1e..969e5f3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ version = '1.0a1' setup(name='plone.formwidget.captcha', version=version, - description="", + description="Captcha widget for Plone.", long_description=open("README.txt").read() + "\n" + open(os.path.join("docs", "HISTORY.txt")).read(), # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers