-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (53 loc) · 1.22 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
[metadata]
name = preppipe
author = Shengjie Xu
author_email = [email protected]
description = Document to Visual Novel project generator
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/PrepPipe/preppipe-python
project_urls =
Bug Tracker = https://github.com/PrepPipe/preppipe-python/issues
license = Apache-2.0
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Development Status :: 3 - Alpha
[options]
include_package_data = True
package_dir =
= src
packages = find_namespace:
python_requires = >=3.10
install_requires =
llist
odfpy
python-docx
chardet
marko
pyyaml
pillow
pydub
numpy
scipy
matplotlib
opencv-python
editdistance
bidict
pypinyin
graphviz
pathvalidate
xlsxwriter
psd-tools
antlr4-python3-runtime >= 4.10, < 4.11.0
# GUI extra dependencies here
# https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#configuring-setup-using-setup-cfg-files
[options.extras_require]
gui =
tkinterdnd2
[options.packages.find]
where = src
[options.entry_points]
pyinstaller40 =
hook-dirs = preppipe.__pyinstaller:get_hook_dirs