summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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'],