-
Notifications
You must be signed in to change notification settings - Fork 197
/
setup.cfg
41 lines (38 loc) · 1008 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
36
37
38
39
40
41
[metadata]
name = python-office
version = 0.4.24
description = www.python-office.com
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/CoderWanFeng/python-office
author = CoderWanFeng
author_email = 1957875073@qq.com
license = Apache-2.0 license
license_file = LICENSE
platforms = any
project_urls =
Bug Tracker = https://github.com/CoderWanFeng/python-office/issues
Documentation = https://github.com/CoderWanFeng/python-office/blob/master/README.md
Source Code = https://github.com/CoderWanFeng/python-office
[options]
packages = find:
install_requires =
poppt;platform_system=='Windows'
poword;platform_system=='Windows'
search4file;platform_system=='Windows'
PyOfficeRobot;platform_system=='Windows'
rich >= 9.13.0
you-get
poimage
poexcel
pofile
popdf
wftools
povideo
poprogress
poocr
pocode
poemail
python_requires = >=3.6
include_package_data = True
zip_safe = False