mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
14 lines
241 B
14 lines
241 B
7 years ago
|
py_library(
|
||
|
name = "zope_interface",
|
||
|
srcs = glob([
|
||
|
"src/zope/interface/*.py",
|
||
|
"src/zope/interface/common/*.py",
|
||
|
]),
|
||
|
imports = [
|
||
|
"src",
|
||
|
],
|
||
|
visibility = [
|
||
|
"//visibility:public",
|
||
|
],
|
||
|
)
|