Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
csst
Pyscalebox
Commits
b9591093
Commit
b9591093
authored
Aug 30, 2022
by
zxl
Browse files
os单独设置
parent
c8509917
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setup.py
setup.py
+2
-1
No files found.
setup.py
View file @
b9591093
...
...
@@ -5,7 +5,8 @@ setup(name='pyscalebox',
author
=
'zhangxiaoli'
,
author_email
=
'zhangxiaoli@cnic.cn'
,
#packages=find_packages(),
install_requires
=
[
'os'
,
'grpcio'
,
'grpcio-tools'
,
'protobuf'
],
# 定义依赖哪些模块
requires
=
[
'os'
],
install_requires
=
[
'grpcio'
,
'grpcio-tools'
,
'protobuf'
],
# 定义依赖哪些模块
py_modules
=
[
'pyscalebox'
,
'control_pb2'
,
'control_pb2_grpc'
],
# 系统自动从当前目录开始找包
license
=
"apache 3.0"
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment