1 Star 0 Fork 0

leonyan2020/PyApplet-master

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 364 Bytes
一键复制 编辑 原始数据 按行查看 历史
leonyan2020 提交于 2020-03-03 13:39 . initial python applet v2020.03.03.01
from setuptools import setup,find_packages
setup(
name='SmallToolsByPython',
version='0.1',
packages=find_packages(),
include_package_data=True,
platforms="any",
url='www.rixiang-auto.com',
license='Shanghai Rixiang Automation Co., Ltd',
author='Leonyan',
author_email='1195295423@qq.com',
description='Python 小工具'
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/leonyan2020/PyApplet-master.git
git@gitee.com:leonyan2020/PyApplet-master.git
leonyan2020
PyApplet-master
PyApplet-master
master

搜索帮助