Skip to content
Snippets Groups Projects
Commit 68a7eabf authored by chenxunhai's avatar chenxunhai
Browse files

3

parent 368c032c
Branches
No related merge requests found
# __init__.py
from .luca_algorithm_runtime_exception import LucaAlgorithmRuntimeException
\ No newline at end of file
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='luca_algorithm_common',
version='0.0.2', # 根据实际情况修改版本
version='0.0.3', # 根据实际情况修改版本
packages=find_packages(), # 自动查找包
install_requires=[
# 在这里列出其他依赖
......
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