Skip to content

Commit 29a7131

Browse files
authored
remove hyphen from named extra in api_core (#6468)
1 parent 4468662 commit 29a7131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
]
4141
extras = {
4242
'grpc': 'grpcio >= 1.8.2',
43-
'grpcio-gcp': 'grpcio-gcp >= 0.2.2'
43+
'grpcgcp': 'grpcio-gcp >= 0.2.2'
4444
}
4545

4646

0 commit comments

Comments
 (0)