Skip to content

Commit 9a7c806

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 66de1dd commit 9a7c806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-vision/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
author='Google Cloud Platform',
38-
author_email='googleapis-packages@google.com',
38+
author_email='googleapis-publisher@google.com',
3939
name='google-cloud-vision',
4040
version='0.25.0',
4141
description='Python Client for Google Cloud Vision',

0 commit comments

Comments
 (0)