Skip to content

Commit 1317e2b

Browse files
authored
Merge pull request #436 from scikit-learn-contrib/update_email_setup
FIX: change emails
2 parents 18cb1c5 + f4dba0c commit 1317e2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
tcordier@quantmetry.com.
63+
thibault.a.cordier@capgemini.com.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
LICENSE = "new BSD"
2222
MAINTAINER = "T. Cordier, V. Blot, L. Lacombe"
2323
MAINTAINER_EMAIL = (
24-
"tcordier@quantmetry.com, "
25-
"vblot@quantmetry.com, "
26-
"llacombe@quantmetry.com"
24+
"thibault.a.cordier@capgemini.com, "
25+
"vincent.blot@capgemini.com, "
26+
"louis.lacombe@capgemini.com"
2727
)
2828
PYTHON_REQUIRES = ">=3.7"
2929
PACKAGES = find_packages()

0 commit comments

Comments
 (0)