diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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'], |