Commit 946ac579 authored by zxl's avatar zxl
Browse files

修改setup.py增加protobuf包

parent 9c82788e
......@@ -4,7 +4,7 @@ setup(name='pyscalebox',
description='level 2 pipeline api:send_message_L2(body)',
author='zhangxiaoli',
author_email='zhangxiaoli@cnic.cn',
requires=['os','grpcio','grpcio-tools'], # 定义依赖哪些模块
requires=['os','grpcio','grpcio-tools','protobuf'], # 定义依赖哪些模块
py_modules=['pyscalebox','control_pb2','control_pb2_grpc'], # 系统自动从当前目录开始找包
# packages=find_packages(),
license="apache 3.0"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment