Skip to content
Snippets Groups Projects
Commit 2d6cdfab authored by chenxunhai's avatar chenxunhai
Browse files

1

parent 6f4b4a6d
No related merge requests found
from setuptools import setup, find_packages
setup(
name='luca-algorithm-common',
name='luca_algorithm_common',
version='0.0.1', # 根据实际情况修改版本
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