commit | 29a7131b7943d706b5278b620d54ad002f2ebc3e | [log] [tgz] |
---|---|---|
author | Christopher Wilcox <crwilcox@google.com> | Fri Nov 09 22:07:33 2018 +0000 |
committer | GitHub <noreply@github.com> | Fri Nov 09 22:07:33 2018 +0000 |
tree | 80f74484b4c3a0abeb5844395add2cc79fa96326 | |
parent | 4468662d232eb9b91feb9b67753e4386f2ce5129 [diff] [blame] |
remove hyphen from named extra in api_core (#6468)
diff --git a/setup.py b/setup.py index 46f6de0..5a7fe04 100644 --- a/setup.py +++ b/setup.py
@@ -40,7 +40,7 @@ ] extras = { 'grpc': 'grpcio >= 1.8.2', - 'grpcio-gcp': 'grpcio-gcp >= 0.2.2' + 'grpcgcp': 'grpcio-gcp >= 0.2.2' }