Skip to content

Commit

Permalink
Updating author_email in all setup.py. (#3598)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
dhermes authored Jul 11, 2017
1 parent ede4aec commit 61e9773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 61e9773

Please sign in to comment.