1 Star 1 Fork 0

野草 / XAgent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 503 Bytes
一键复制 编辑 原始数据 按行查看 历史
罗钦雨 提交于 2023-11-08 20:21 . add docstring
#!/usr/bin/env python3
"""Set up
This script is used to configure the package for distribution. It uses setuptools module to
automatically discover all packages and subpackages.
Attributes:
- name: Name of the package.
- version: Version of the package.
- packages: All the Python packages in the project, found using find_packages().
"""
from setuptools import find_packages
from setuptools import setup
setup(
name="XAgent",
version="1.0.0",
packages=find_packages()
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wjqnxw/XAgent.git
git@gitee.com:wjqnxw/XAgent.git
wjqnxw
XAgent
XAgent
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891