1 Star 0 Fork 118

cgb-framework/socket.d

forked from noear/socket.d 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
西东 提交于 2024-04-10 22:24 +08:00 . 2.4.10
#! /usr/bin/env python
# -*- coding: utf-8 -*_
from setuptools import setup,find_packages
setup(
name='socket.d',
version='2.4.10.1',
description='@noear/socket.d python project',
author='noear,bai',
url='https://socketd.noear.org/',
packages=find_packages(exclude=['test']), # 包内不需要引用的文件夹
install_requires=[ # 依赖包
'loguru',
'websockets'
],
classifiers=[
'Development Status :: 5 - RC',
'Intended Audience :: Developers',
'License :: Apache-2.0',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development :: Libraries'
],
zip_safe=True,
python_requires='>=3.12', # 建议使用3.12及以上
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/cgb-framework/socket.d.git
git@gitee.com:cgb-framework/socket.d.git
cgb-framework
socket.d
socket.d
main

搜索帮助