From f6d3eb8d699a791f81f10fb779bdbd7fed4ccb8e Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Mon, 10 Aug 2009 15:39:28 +0000 Subject: [PATCH] fix setup.py url. svn path=/plone.formwidget.captcha/trunk/; revision=28641 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c18351..485202b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup(name='plone.formwidget.captcha', keywords='', author='Timo Stollenwerk', author_email='timo@zmag.de', - url='http://svn.plone.org/svn/plone/plone.example', + url='http://svn.plone.org/svn/plone/plone.formwidget.captcha', license='GPL', packages=find_packages(exclude=['ez_setup']), namespace_packages=['plone'],