From c8509917b04ba3a42bc169ee8c41037ce74665ad Mon Sep 17 00:00:00 2001 From: zxl Date: Tue, 30 Aug 2022 10:47:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a333193..ce1438c 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ setup(name='pyscalebox', description='level 2 pipeline api:send_message_L2(body)', author='zhangxiaoli', author_email='zhangxiaoli@cnic.cn', - requires=['os','grpcio','grpcio-tools','protobuf'], # 定义依赖哪些模块 + #packages=find_packages(), + install_requires=['os','grpcio','grpcio-tools','protobuf'], # 定义依赖哪些模块 py_modules=['pyscalebox','control_pb2','control_pb2_grpc'], # 系统自动从当前目录开始找包 - # packages=find_packages(), license="apache 3.0" ) \ No newline at end of file -- GitLab