1 Star 0 Fork 0

canpool/pycanpool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 630 Bytes
一键复制 编辑 原始数据 按行查看 历史
canpool 提交于 2024-10-26 13:43 +08:00 . dist pycanpool
from setuptools import setup, find_packages
setup(
name='pycanpool',
version='0.0.2',
author='maminjie',
author_email='canpool@163.com',
description='A simple fancy package',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url="https://gitee.com/icanpool/pycanpool",
packages=find_packages(),
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: Mulan Permissive Software License v2 (MulanPSL-2.0)',
'Operating System :: OS Independent',
],
python_requires='>=3.6',
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/icanpool/pycanpool.git
git@gitee.com:icanpool/pycanpool.git
icanpool
pycanpool
pycanpool
master

搜索帮助