1 Star 0 Fork 5

Admin/TagUI-Python

forked from 冠王团队/TagUI-Python 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Ken Soh 提交于 2019-09-06 01:29 . #50 - follow-up to frame()
from setuptools import setup
setup(
name='tagui',
version='1.11.3',
py_modules=['tagui'],
author='Ken Soh',
author_email='opensource@tebel.org',
license='Apache License 2.0',
url='https://github.com/tebelorg/TagUI-Python',
description='TagUI for Python is a Python package for digital process automation (RPA)',
long_description='TagUI for Python homepage - https://github.com/tebelorg/TagUI-Python',
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'License :: OSI Approved :: Apache Software License',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/juding-xdm/TagUI-Python.git
git@gitee.com:juding-xdm/TagUI-Python.git
juding-xdm
TagUI-Python
TagUI-Python
master

搜索帮助