diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-11-15 02:01:11 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-11-15 02:01:11 +0100 |
commit | 63c88fb17db0156606b87f4014b2b6275b261564 (patch) | |
tree | 02a10ed1f7e78b50b06da52b1d35344d3ad818e4 | |
parent | 7aa8e4612ef3ff02a62b68211254b66d4d040199 (diff) | |
download | factory-boy-63c88fb17db0156606b87f4014b2b6275b261564.tar factory-boy-63c88fb17db0156606b87f4014b2b6275b261564.tar.gz |
Update my email;
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r-- | factory/__init__.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/factory/__init__.py b/factory/__init__.py index fd37c74..a2a9f9a 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -21,7 +21,7 @@ # THE SOFTWARE. __version__ = '1.2.0' -__author__ = 'Raphaël Barrois <raphael.barrois@polytechnique.org>' +__author__ = 'Raphaël Barrois <raphael.barrois+fboy@polytechnique.org>' from .base import ( Factory, @@ -65,7 +65,7 @@ setup( author='Mark Sandstrom', author_email='mark@deliciouslynerdy.com', maintainer='Raphaël Barrois', - maintainer_email='raphael.barrois@polytechnique.org', + maintainer_email='raphael.barrois+fboy@polytechnique.org', url='https://github.com/rbarrois/factory_boy', keywords=['factory_boy', 'factory', 'fixtures'], packages=['factory'], |