Skip to content

Commit 61e9773

Browse files
authored
Updating author_email in all setup.py. (#3598)
Done via: $ git grep -l author_email | \ > xargs sed -i s/[email protected]/[email protected]/g and manually editing `videointelligence/setup.py` and `vision/setup.py`.
1 parent ede4aec commit 61e9773

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-monitoring

1 file changed

+1
-1
lines changed

packages/google-cloud-monitoring/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# consolidate.
2828
SETUP_BASE = {
2929
'author': 'Google Cloud Platform',
30-
'author_email': 'jjg+google-cloud-python@google.com',
30+
'author_email': 'googleapis-publisher@google.com',
3131
'scripts': [],
3232
'url': 'https://github.com/GoogleCloudPlatform/google-cloud-python',
3333
'license': 'Apache 2.0',

0 commit comments

Comments
 (0)