-
Notifications
You must be signed in to change notification settings - Fork 119
/
setup.cfg
36 lines (32 loc) · 893 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[metadata]
name = PyOfficeRobot
version = 0.1.20
description = pip install PyOfficeRobot
long_description = file: README.md
long_description_content_type = text/markdown
url = https://www.python-office.com/office/robot.html
author = CoderWanFeng
author_email = 1957875073@qq.com
license = MIT
license_file = LICENSE
platforms = any
project_urls =
Bug Tracker = https://github.com/CoderWanFeng/PyOfficeRobot/issues
Documentation = https://github.com/CoderWanFeng/PyOfficeRobot/blob/main/README.md
Source Code = https://github.com/CoderWanFeng/PyOfficeRobot
[options]
packages = find:
install_requires =
uiautomation;platform_system=='Windows'
pywin32;platform_system=='Windows'
pywinauto;platform_system=='Windows'
schedule
pandas
poai
xlwt
xlrd==1.2.0
PySide6
porobot
python_requires = >=3.6
include_package_data = True
zip_safe = False