summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--factory/__init__.py2
-rwxr-xr-xsetup.py2
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,
diff --git a/setup.py b/setup.py
index 9bff8d1..57e701e 100755
--- a/setup.py
+++ b/setup.py
@@ -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'],