forked from CoderWanFeng/python-office
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (43 loc) · 892 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
42
43
44
45
[metadata]
name = python-office
version = 0.0.21
description = python for office
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/CoderWanFeng/python-office
author = CoderWanFeng
author_email = [email protected]
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 =
xlrd
xlwt
xlutils
xlwings
python-docx
python-pptx
PyPDF2
openpyxl
pandas
Faker
reportlab
rich >= 9.13.0
moviepy
fpdf
qrcode
translate
pikepdf
pypiwin32
progress
alive_progress
pdf2docx
python_requires = >=3.6
include_package_data = True
zip_safe = False