summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2011-12-21 12:31:25 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2011-12-21 12:31:25 +0100
commitadf158a674c46bf6c30cf73f3983db3badc60772 (patch)
tree3eb99f0f82647144836b78cb81524d0003c52f96 /setup.py
parent21c80c79b4706d8acaed46ac8c8422a14c1eb36e (diff)
downloadfactory-boy-adf158a674c46bf6c30cf73f3983db3badc60772.tar
factory-boy-adf158a674c46bf6c30cf73f3983db3badc60772.tar.gz
Update author/maintainer information.v1.0.4
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 4 insertions, 2 deletions
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'],