4 Star 2 Fork 0

openEuler2020/62-穿梭在银河的火箭队

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 969 Bytes
一键复制 编辑 原始数据 按行查看 历史
JiaJingzhe 提交于 2021-03-30 18:44 . Document writing
#!/usr/bin/env python
from setuptools import setup
setup(
name='pyopenLooKeng',
version='0.0.1',
description='pyopenLooKeng 是 openLooKeng 的python DB-API客户端',
url='https://gitee.com/openeuler2020/team-1154698365',
author='62-穿梭在银河的火箭队',
author_email='jiajingzhe1350@qq.com',
license='MIT',
classifiers=[
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'Natural Language :: Chinese (Simplified)',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Utilities'
],
keywords='openLooKeng client python',
packages=['pyopenLooKeng'],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler2020/team-1154698365.git
git@gitee.com:openeuler2020/team-1154698365.git
openeuler2020
team-1154698365
62-穿梭在银河的火箭队
master

搜索帮助