From adf158a674c46bf6c30cf73f3983db3badc60772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 21 Dec 2011 12:31:25 +0100 Subject: Update author/maintainer information. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6f0dfed..e7eb929 100644 --- a/setup.py +++ b/setup.py @@ -41,8 +41,10 @@ setup( name='factory_boy_rbarrois', version=VERSION, description="A test fixtures replacement based on thoughtbot's factory_girl for Ruby (originally by mark@deliciouslynerdy.com).", - author='Raphaël Barrois', - author_email='raphael.barrois@polytechnique.org', + author='Mark Sandstrom', + author_email='mark@deliciouslynerdy.com', + maintainer='Raphaël Barrois', + maintainer_email='raphael.barrois@polytechnique.org', url='http://github.com/rbarrois/factory_boy', keywords=['factory_boy', 'factory', 'fixtures'], packages=['factory'], -- cgit v1.2.3