forked from CoderWanFeng/PyOfficeRobot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (31 loc) · 800 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
[metadata]
name = PyOfficeRobot
version = 0.1.10
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 = [email protected]
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
schedule
pandas
poai
pywin32
pywinauto
xlwt
xlrd==1.2.0
PySide6
python_requires = >=3.6
include_package_data = True
zip_safe = False