From 67177e4176a0b851afd9a540c6c2cdbb8bdd1570 Mon Sep 17 00:00:00 2001
From: Danny Hermes <daniel.j.hermes@gmail.com>
Date: Tue, 11 Jul 2017 10:51:40 -0700
Subject: [PATCH] Updating author_email in all setup.py. (#3598)

Done via:

$ git grep -l author_email | \
> xargs sed -i s/jjg+google-cloud-python@google.com/googleapis-publisher@google.com/g

and manually editing `videointelligence/setup.py` and `vision/setup.py`.
---
 bigquery/setup.py          | 2 +-
 bigtable/setup.py          | 2 +-
 core/setup.py              | 2 +-
 datastore/setup.py         | 2 +-
 dns/setup.py               | 2 +-
 error_reporting/setup.py   | 2 +-
 language/setup.py          | 2 +-
 logging/setup.py           | 2 +-
 monitoring/setup.py        | 2 +-
 pubsub/setup.py            | 2 +-
 resource_manager/setup.py  | 2 +-
 runtimeconfig/setup.py     | 2 +-
 setup.py                   | 2 +-
 spanner/setup.py           | 2 +-
 speech/setup.py            | 2 +-
 storage/setup.py           | 2 +-
 test_utils/setup.py        | 2 +-
 translate/setup.py         | 2 +-
 videointelligence/setup.py | 2 +-
 vision/setup.py            | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/bigquery/setup.py b/bigquery/setup.py
index 4efe79c19e1a8..6d61064c88bad 100644
--- a/bigquery/setup.py
+++ b/bigquery/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/bigtable/setup.py b/bigtable/setup.py
index 6b90c6878ca83..8d5bad6a1ffdd 100644
--- a/bigtable/setup.py
+++ b/bigtable/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/core/setup.py b/core/setup.py
index 5a2f43adf4643..cd461c5f2526d 100644
--- a/core/setup.py
+++ b/core/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/datastore/setup.py b/datastore/setup.py
index 6a09fb8595f37..692dd109a4810 100644
--- a/datastore/setup.py
+++ b/datastore/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/dns/setup.py b/dns/setup.py
index 5657495ce253a..62af1fe9ddc53 100644
--- a/dns/setup.py
+++ b/dns/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/error_reporting/setup.py b/error_reporting/setup.py
index a4060c9fd33e0..039daa6885a05 100644
--- a/error_reporting/setup.py
+++ b/error_reporting/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/language/setup.py b/language/setup.py
index 089d78d6bbb27..d573938a7665b 100644
--- a/language/setup.py
+++ b/language/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/logging/setup.py b/logging/setup.py
index 3f613b94cbe73..82dc4f1fcf8a9 100644
--- a/logging/setup.py
+++ b/logging/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/monitoring/setup.py b/monitoring/setup.py
index 318ecf60b9b4f..bfb8ca155d825 100644
--- a/monitoring/setup.py
+++ b/monitoring/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/pubsub/setup.py b/pubsub/setup.py
index 94a854b63dee3..856a59824a605 100644
--- a/pubsub/setup.py
+++ b/pubsub/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/resource_manager/setup.py b/resource_manager/setup.py
index 1a23e9ad617ed..dd295b2973a54 100644
--- a/resource_manager/setup.py
+++ b/resource_manager/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/runtimeconfig/setup.py b/runtimeconfig/setup.py
index f1fffdcfe3acc..f874d07f29bcf 100644
--- a/runtimeconfig/setup.py
+++ b/runtimeconfig/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/setup.py b/setup.py
index eeedb6d865063..9a83bb9e250ff 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/spanner/setup.py b/spanner/setup.py
index 8b984c4a7f61a..0808c1309b6ad 100644
--- a/spanner/setup.py
+++ b/spanner/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/speech/setup.py b/speech/setup.py
index 661d6035d489b..7c208dffdd885 100644
--- a/speech/setup.py
+++ b/speech/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/storage/setup.py b/storage/setup.py
index b7b341543ee87..d18624f3c13d2 100644
--- a/storage/setup.py
+++ b/storage/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/test_utils/setup.py b/test_utils/setup.py
index 56e3473e7d6c5..179a25898982e 100644
--- a/test_utils/setup.py
+++ b/test_utils/setup.py
@@ -25,7 +25,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/translate/setup.py b/translate/setup.py
index 6a3c047531f37..edfaf5cbdc963 100644
--- a/translate/setup.py
+++ b/translate/setup.py
@@ -27,7 +27,7 @@
 #       consolidate.
 SETUP_BASE = {
     'author': 'Google Cloud Platform',
-    'author_email': 'jjg+google-cloud-python@google.com',
+    'author_email': 'googleapis-publisher@google.com',
     'scripts': [],
     'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
     'license': 'Apache 2.0',
diff --git a/videointelligence/setup.py b/videointelligence/setup.py
index 9325a8ffb09ac..a47f897e38554 100644
--- a/videointelligence/setup.py
+++ b/videointelligence/setup.py
@@ -27,7 +27,7 @@
 
 setup(
     author='Google Cloud Platform',
-    author_email='googleapis-packages@google.com',
+    author_email='googleapis-publisher@google.com',
     name='google-cloud-videointelligence',
     version='0.25.0',
     description='Python Client for Google Cloud Video Intelligence',
diff --git a/vision/setup.py b/vision/setup.py
index 7cc30276fe584..aeabefeb86c19 100644
--- a/vision/setup.py
+++ b/vision/setup.py
@@ -35,7 +35,7 @@
 
 setup(
     author='Google Cloud Platform',
-    author_email='googleapis-packages@google.com',
+    author_email='googleapis-publisher@google.com',
     name='google-cloud-vision',
     version='0.25.0',
     description='Python Client for Google Cloud Vision',