diff --git a/tools/setup.py.in b/tools/setup.py.in index bcfb81a4d1..055afca559 100644 --- a/tools/setup.py.in +++ b/tools/setup.py.in @@ -62,7 +62,7 @@ setup( include_package_data=True, license='Apache 2.0', author='Google LLC', - author_email='lperron@google.com', + author_email='or-tools@google.com', description='Google OR-Tools python libraries and modules', keywords=('operations research, constraint programming, ' + 'linear programming,' + 'flow algorithms,' + diff --git a/tools/setup_data.py b/tools/setup_data.py index 31f9ec2426..ac8ff87fc0 100644 --- a/tools/setup_data.py +++ b/tools/setup_data.py @@ -28,7 +28,7 @@ setup( install_requires=install_requires, license='Apache 2.0', author='Google Inc', - author_email='lperron@google.com', + author_email='or-tools@google.com', description='Google OR-Tools python libraries and modules', keywords=('operations research, constraint programming, ' + 'linear programming,' + 'flow algorithms,' +