From 015365648425b1cc7bf8e7811f2b4ff797741b6f Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Tue, 11 Jul 2017 09:57:54 -0700 Subject: [PATCH] Updating author_email in all setup.py. 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 4efe79c19e1a..6d61064c88ba 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 6b90c6878ca8..8d5bad6a1ffd 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 5a2f43adf464..cd461c5f2526 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 6a09fb8595f3..692dd109a481 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 5657495ce253..62af1fe9ddc5 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 a4060c9fd33e..039daa6885a0 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 089d78d6bbb2..d573938a7665 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 3f613b94cbe7..82dc4f1fcf8a 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 318ecf60b9b4..bfb8ca155d82 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 94a854b63dee..856a59824a60 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 1a23e9ad617e..dd295b2973a5 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 f1fffdcfe3ac..f874d07f29bc 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 eeedb6d86506..9a83bb9e250f 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 8b984c4a7f61..0808c1309b6a 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 661d6035d489..7c208dffdd88 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 b7b341543ee8..d18624f3c13d 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 56e3473e7d6c..179a25898982 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 6a3c047531f3..edfaf5cbdc96 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 9325a8ffb09a..a47f897e3855 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 7cc30276fe58..aeabefeb86c1 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',