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/jjg+google-cloud-python@google.com/googleapis-publisher@google.com/g

and manually editing `videointelligence/setup.py` and `vision/setup.py`.
  • Loading branch information
dhermes authored Jul 11, 2017
1 parent f9670d5 commit 24f99cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-speech/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 24f99cb

Please sign in to comment.