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