代码拉取完成,页面将自动刷新
# -*- coding: utf-8 -*-
from setuptools import find_packages, setup
from uiautomation import VERSION, AUTHOR_MAIL
setup(
name='uiautomation',
version=VERSION,
description='Python UIAutomation for Windows',
license='Apache 2.0',
author='yinkaisheng',
author_email=AUTHOR_MAIL,
keywords="windows ui automation uiautomation inspect",
url='https://github.com/yinkaisheng/Python-UIAutomation-for-Windows',
platforms='Windows Only',
packages=find_packages(),
include_package_data=True,
scripts=["scripts/automation.py", 'scripts/automation.py'],
long_description='Python UIAutomation for Windows. Supports Python3.4+, x86, x64',
zip_safe=False,
classifiers=[
"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",
],
install_requires=[
'typing',
'comtypes>=1.1.7',
]
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。