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 66de1dd commit 9a7c806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9a7c806

Please sign in to comment.