From 7b2aa33a4557155f844ce742711b0cc59cab7759 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Wed, 2 Jun 2010 10:33:47 +0000 Subject: [PATCH] author and email updated. svn path=/plone.app.discussion/trunk/; revision=36899 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a0ec831..616e957 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ setup(name='plone.app.discussion', "Programming Language :: Python", ], keywords='plone discussion', - author='Timo Stollenwerk', - author_email='plone-developers at lists sourceforge net', + author='Timo Stollenwerk - Plone Foundation', + author_email='plone-developers@lists.sourceforge.net', url='http://pypi.python.org/pypi/plone.app.discussion', license='GPL', packages=find_packages(exclude=['ez_setup']),